From 74b08303622c5545f04a3faf52f6c6962a43ea5f Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 1 Oct 2021 16:33:31 +0200 Subject: SearXNG: simple theme --- searx/templates/simple/preferences.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'searx/templates/simple/preferences.html') diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html index 190fefe99..f417d6338 100644 --- a/searx/templates/simple/preferences.html +++ b/searx/templates/simple/preferences.html @@ -95,7 +95,7 @@ {% block head %} {% endblock %} {% block content %} -

searx

+

SearXNG

{{ _('Preferences') }}

@@ -194,7 +194,7 @@ {%- endfor -%}

-
{{ _('Change searx layout') }}
+
{{ _('Change SearXNG layout') }}
{% endif %} {% if 'results_on_new_tab' not in locked_preferences %} @@ -234,7 +234,7 @@

-
{{ _('Proxying image results through searx') }}
+
{{ _('Proxying image results through SearXNG') }}
{% endif %} {{ plugin_preferences('privacy') }} @@ -293,7 +293,7 @@ {{ _('Examples') }} - {{ _('This is the list of searx\'s instant answering modules.') }} + {{ _('This is the list of SearXNG\'s instant answering modules.') }} {% for answerer in answerers %} @@ -323,8 +323,8 @@ {{ tab_header('maintab', 'cookies', _('Cookies')) }}

- {{ _('This is the list of cookies and their values searx is storing on your computer.') }}
- {{ _('With that list, you can assess searx transparency.') }}
+ {{ _('This is the list of cookies and their values SearXNG is storing on your computer.') }}
+ {{ _('With that list, you can assess SearXNG transparency.') }}

{% if cookies %} -- cgit v1.2.3