diff --git a/searx/templates/simple/messages/no_results.html b/searx/templates/simple/messages/no_results.html index 8144b5dd6..fb863cb9c 100644 --- a/searx/templates/simple/messages/no_results.html +++ b/searx/templates/simple/messages/no_results.html @@ -1,25 +1,28 @@ {% from 'simple/icons.html' import icon_big %} -
+
{{- '' -}} {%- if pageno == 1 -%} {{ _('Sorry!') }} - {%- else -%} - {{ _("Oops!") }} {%- endif -%} - -
+ {{- '' -}} + {{- '' -}}{%- if pageno == 1 -%} {{ _("No results were found. You can try to:") }} {%- else -%} - {{ _("Looks like there isn't any more results. You can try to:") }} + {{ _("There are no more results. You can try to:") }} {%- endif -%} -
+ {{- '' -}}