diff --git a/searx/templates/preferences.html b/searx/templates/preferences.html index e5ef2718..b46a25b0 100644 --- a/searx/templates/preferences.html +++ b/searx/templates/preferences.html @@ -40,7 +40,7 @@ {{ _('Engine name') }} {{ _('Shortcut') }} {{ _('Category') }} - {{ _('Allow') }} / {{ _('Deny') }} + {{ _('Allow') }} / {{ _('Block') }} {% for (categ,search_engines) in categs %} {% for search_engine in search_engines %} @@ -53,7 +53,7 @@ - + {% endif %}