Browse Source

[chore] engine preferences: fix grammar mistakes (#4883)

benpiano800 5 days ago
parent
commit
93751b6379
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/templates/simple/preferences/engines.html

+ 1 - 1
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') }}">&#9432;</a>
     </p>
   {%- endif -%}