diff options
Diffstat (limited to 'searx/templates/oscar')
-rw-r--r-- | searx/templates/oscar/messages/no_results.html | 2 | ||||
-rw-r--r-- | searx/templates/oscar/preferences.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/searx/templates/oscar/messages/no_results.html b/searx/templates/oscar/messages/no_results.html index a76e31bb9..16026daad 100644 --- a/searx/templates/oscar/messages/no_results.html +++ b/searx/templates/oscar/messages/no_results.html @@ -15,6 +15,6 @@ {% else %} <div class="alert alert-info fade in" role="alert"> <strong class="lead">{{ icon('info-sign') }} {{ _('Sorry!') }}</strong> - {{ _('we didn\'t find any results. Please use another query or search in more categories.') }} + {{ _("we didn't find any results. Please use another query or search in more categories.") }} </div> {% endif %} diff --git a/searx/templates/oscar/preferences.html b/searx/templates/oscar/preferences.html index e5a7a9423..b76ee44a1 100644 --- a/searx/templates/oscar/preferences.html +++ b/searx/templates/oscar/preferences.html @@ -281,8 +281,8 @@ {% endif %} {% if 'query_in_title' not in locked_preferences %} - {% set query_in_title_label = _('Query in the page\'s title') %} - {% set query_in_title_info = _('When enabled, the result page\'s title contains your query. Your browser can record this title') %} + {% set query_in_title_label = _("Query in the page's title") %} + {% set query_in_title_info = _("When enabled, the result page's title contains your query. Your browser can record this title") %} {{ preferences_item_header(query_in_title_info, query_in_title_label, rtl, 'query_in_title') }} <select class="form-control {{ custom_select_class(rtl) }}" name="query_in_title" id="query_in_title"> <option value="1" {% if query_in_title %}selected="selected"{% endif %}>{{ _('Enabled') }}</option> @@ -408,7 +408,7 @@ </thead> <tbody> <td></td> - <th scope="colgroup" colspan="4">{{ _('This is the list of SearXNG\'s instant answering modules.') }}</th> + <th scope="colgroup" colspan="4">{{ _("This is the list of SearXNG's instant answering modules.") }}</th> {% for answerer in answerers %} <tr> <td></td> |