diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html index 17a22b00e..1164bd04f 100644 --- a/searx/templates/simple/preferences.html +++ b/searx/templates/simple/preferences.html @@ -297,7 +297,7 @@ {{ answerer.keywords|join(', ') }} -
{{ answerer.info.name }}
+ {{ answerer.info.name }} {{ answerer.info.description }} {{ answerer.info.examples|join(', ') }} @@ -309,7 +309,7 @@ {{- checkbox_onoff('plugin_' + plugin.id, plugin.id not in allowed_plugins) -}} {{ plugin.query_keywords|join(', ') }} -
{{ _(plugin.name) }}
+ {{ _(plugin.name) }} {{ _(plugin.description) }} {{ plugin.query_examples }}