summaryrefslogtreecommitdiff
path: root/searx/templates/simple/preferences
diff options
context:
space:
mode:
authorbenpiano800 <51756721+benpiano800@users.noreply.github.com>2025-05-31 14:09:31 -0500
committerGitHub <noreply@github.com>2025-05-31 21:09:31 +0200
commit93751b63798bc9331987cef0e2dff17123a55325 (patch)
treef391018fca56dc45d35c07f1938bc1d2df344d6b /searx/templates/simple/preferences
parent6e2d3e05c40a7bb9a5634d9575a042105cabef5b (diff)
[chore] engine preferences: fix grammar mistakes (#4883)
Diffstat (limited to 'searx/templates/simple/preferences')
-rw-r--r--searx/templates/simple/preferences/engines.html2
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') }}">&#9432;</a>
</p>
{%- endif -%}