diff options
| author | benpiano800 <51756721+benpiano800@users.noreply.github.com> | 2025-05-31 14:09:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-31 21:09:31 +0200 |
| commit | 93751b63798bc9331987cef0e2dff17123a55325 (patch) | |
| tree | f391018fca56dc45d35c07f1938bc1d2df344d6b | |
| parent | 6e2d3e05c40a7bb9a5634d9575a042105cabef5b (diff) | |
[chore] engine preferences: fix grammar mistakes (#4883)
| -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 -%} |