diff --git a/searx/templates/oscar/preferences.html b/searx/templates/oscar/preferences.html index fe86ce39b..c579c6010 100644 --- a/searx/templates/oscar/preferences.html +++ b/searx/templates/oscar/preferences.html @@ -322,7 +322,7 @@
{% if categ == OTHER_CATEGORY %} -

{{_('This tab does not show up for search results but you can search the engines listed here via bangs.')}}

+

{{_('This tab does not show up for search results, but you can search the engines listed here via bangs.')}}

{% endif %}
diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html index 043f9d634..7c2a2adf9 100644 --- a/searx/templates/simple/preferences.html +++ b/searx/templates/simple/preferences.html @@ -277,7 +277,7 @@ {% for categ in categories_as_tabs + [OTHER_CATEGORY] %} {{ tab_header('enginetab', 'category' + categ, _(categ)) }} {% if categ == OTHER_CATEGORY %} -

{{_('This tab does not show up for search results but you can search the engines listed here via bangs.')}}

+

{{_('This tab does not show up for search results, but you can search the engines listed here via bangs.')}}

{% endif %}