summaryrefslogtreecommitdiff
path: root/searx/templates/simple/preferences.html
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2023-04-07 13:34:24 +0200
committerGitHub <noreply@github.com>2023-04-07 13:34:24 +0200
commit393e14965acbf0c9a1942a249a55705be9881918 (patch)
tree7695faab05ae377a241b0f9531b5faf93405b84c /searx/templates/simple/preferences.html
parent53c154e2b1f304cc624142dff7bde30120efc029 (diff)
parent8f79dd7659a3d837108b402dcd482910d55b57d8 (diff)
Merge pull request #2326 from return42/ungrouped
[mod] clarify the difference of the default category and subgrouping
Diffstat (limited to 'searx/templates/simple/preferences.html')
-rw-r--r--searx/templates/simple/preferences.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html
index a0cc8efc2..70c150581 100644
--- a/searx/templates/simple/preferences.html
+++ b/searx/templates/simple/preferences.html
@@ -298,18 +298,18 @@
<p>{{ _('Currently used search engines') }}</p>
{{ tabs_open() }}
{% set ns = namespace(checked=true) %}
- {% for categ in categories_as_tabs + [OTHER_CATEGORY] %}
+ {% for categ in categories_as_tabs + [DEFAULT_CATEGORY] %}
{{ tab_header('enginetab', 'category' + categ, _(categ), ns.checked )}}
{% set ns.checked = false %}
- {% if categ == OTHER_CATEGORY %}
- <p>{{_('This tab does not show up for search results, but you can search the engines listed here via bangs.')}}</p>
- {% endif %}
+ {% if categ == DEFAULT_CATEGORY %}
+ <p>{{_('This tab dues not exists in the user interface, but you can search in these engines by its !bangs.')}} <a href="{{ url_for('info', pagename='search-syntax') }}">&#9432;</a></p>
+ {% endif %}
<div class="scrollx">
<table class="striped table_engines">
<tr>{{- "" -}}
<th class="engine_checkbox">{{ _("Allow") }}</th>{{- "" -}}
<th class="name">{{ _("Engine name") }}</th>{{- "" -}}
- <th class="shortcut">{{ _("Shortcut") }}</th>{{- "" -}}
+ <th class="shortcut">{{ _("!bang") }}</th>{{- "" -}}
<th>{{ _("Supports selected language") }}</th>{{- "" -}}
<th>{{ _("SafeSearch") }}</th>{{- "" -}}
<th>{{ _("Time range") }}</th>{{- "" -}}