{{ icon('info-sign') }} {{ _('Sorry!') }}
- {{ _('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.") }}
{% 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') }}