diff --git a/searx/templates/simple/messages/no_results.html b/searx/templates/simple/messages/no_results.html index 8361276d0..8144b5dd6 100644 --- a/searx/templates/simple/messages/no_results.html +++ b/searx/templates/simple/messages/no_results.html @@ -1,7 +1,21 @@ {% from 'simple/icons.html' import icon_big %}
{{ _('Sorry!') }}
-{{ _("No results were found. You can try to:") }}
++ + {%- 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:") }} + {%- endif -%} +