diff options
author | Monty <aroxus@protonmail.com> | 2022-01-22 18:28:22 +0100 |
---|---|---|
committer | Monty <aroxus@protonmail.com> | 2022-01-26 16:54:15 +0100 |
commit | f59afc8dd29ce0b29d878b4458f00f6fbaaa12d5 (patch) | |
tree | 65c7d0224ade463d723411c8f71236ab9ae2a415 /searx/templates/simple/results.html | |
parent | f01ddd19327cc017fe3f813868c7f20da3831edb (diff) | |
download | searxng-f59afc8dd29ce0b29d878b4458f00f6fbaaa12d5.tar.gz searxng-f59afc8dd29ce0b29d878b4458f00f6fbaaa12d5.zip |
Uppercase buttons
Diffstat (limited to 'searx/templates/simple/results.html')
-rw-r--r-- | searx/templates/simple/results.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/simple/results.html b/searx/templates/simple/results.html index 72e10e075..b9764addd 100644 --- a/searx/templates/simple/results.html +++ b/searx/templates/simple/results.html @@ -162,7 +162,7 @@ <input type="hidden" name="safesearch" value="{{ safesearch }}" > <input type="hidden" name="theme" value="{{ theme }}" > {% if timeout_limit %}<input type="hidden" name="timeout_limit" value="{{ timeout_limit|e }}" >{% endif %} - <button type="submit">{{ icon_small('chevron-left') }} {{ _('previous page') }}</button> + <button type="submit">{{ icon_small('chevron-left') }} {{ _('Previous page') }}</button> </div> </form> {% endif %} @@ -179,7 +179,7 @@ <input type="hidden" name="safesearch" value="{{ safesearch }}" > <input type="hidden" name="theme" value="{{ theme }}" > {% if timeout_limit %}<input type="hidden" name="timeout_limit" value="{{ timeout_limit|e }}" >{% endif %} - <button type="submit">{{ _('next page') }} {{ icon_small('chevron-right') }}</button> + <button type="submit">{{ _('Next page') }} {{ icon_small('chevron-right') }}</button> </div> </form> </nav> |