diff options
Diffstat (limited to 'searx/templates/simple/preferences')
| -rw-r--r-- | searx/templates/simple/preferences/engines.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/preferences/engines.html b/searx/templates/simple/preferences/engines.html index 6ed564db1..09d2aed77 100644 --- a/searx/templates/simple/preferences/engines.html +++ b/searx/templates/simple/preferences/engines.html @@ -6,7 +6,7 @@ {%- set ns.checked = false -%} {%- if categ == DEFAULT_CATEGORY -%} <p> - {{- _('This tab does not exists in the user interface, but you can search in these engines by its !bangs.') -}} + {{- _('This tab does not exist in the user interface, but you can search with these engines via !bangs.') -}} {{- ' ' -}}<a href="{{ url_for('info', pagename='search-syntax') }}">ⓘ</a> </p> {%- endif -%} |