summaryrefslogtreecommitdiff
path: root/searx/templates/simple/preferences.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/simple/preferences.html')
-rw-r--r--searx/templates/simple/preferences.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html
index f417d633..90d01d2b 100644
--- a/searx/templates/simple/preferences.html
+++ b/searx/templates/simple/preferences.html
@@ -186,7 +186,7 @@
{% endif %}
{% if 'theme' not in locked_preferences %}
<fieldset>
- <legend>{{ _('Themes') }}</legend>
+ <legend>{{ _('Theme') }}</legend>
<p class="value">
<select name="theme">
{%- for name in themes -%}
@@ -256,7 +256,7 @@
<th>{{ _("Time range") }}</th>
<th>{{ _("Response time") }}</th>
<th>{{ _("Max time") }}</th>
- <th>{{ _("Reliablity") }}</th>
+ <th>{{ _("Reliability") }}</th>
</tr>
{% for search_engine in engines_by_category[categ] %}
{% if not search_engine.private %}