From df06dddc044161c6d5caacab1b2a5b9faa109f01 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Thu, 30 Sep 2021 17:55:22 +0200 Subject: SearXNG: oscar theme --- searx/templates/oscar/preferences.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'searx/templates/oscar/preferences.html') diff --git a/searx/templates/oscar/preferences.html b/searx/templates/oscar/preferences.html index 4b06b9614..1fd857c30 100644 --- a/searx/templates/oscar/preferences.html +++ b/searx/templates/oscar/preferences.html @@ -208,7 +208,7 @@ {% if 'theme' not in locked_preferences %} {% set theme_label = _('Themes') %} - {% set theme_info = _('Change searx layout') %} + {% set theme_info = _('Change SearXNG layout') %} {{ preferences_item_header(theme_info, theme_label, rtl, 'theme') }} @@ -397,7 +397,7 @@ - {{ _('This is the list of searx\'s instant answering modules.') }} + {{ _('This is the list of SearXNG\'s instant answering modules.') }} {% for answerer in answerers %} @@ -431,8 +431,8 @@

{{ _('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