mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
[chore] engine preferences: fix grammar mistakes (#4883)
Some checks are pending
Documentation / Release (push) Waiting to run
Integration / Python 3.10 (push) Waiting to run
Integration / Python 3.11 (push) Waiting to run
Integration / Python 3.12 (push) Waiting to run
Integration / Python 3.13 (push) Waiting to run
Integration / Python 3.9 (push) Waiting to run
Integration / Theme (push) Waiting to run
Some checks are pending
Documentation / Release (push) Waiting to run
Integration / Python 3.10 (push) Waiting to run
Integration / Python 3.11 (push) Waiting to run
Integration / Python 3.12 (push) Waiting to run
Integration / Python 3.13 (push) Waiting to run
Integration / Python 3.9 (push) Waiting to run
Integration / Theme (push) Waiting to run
This commit is contained in:
parent
6e2d3e05c4
commit
93751b6379
1 changed files with 1 additions and 1 deletions
|
@ -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 -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue