summaryrefslogtreecommitdiff
path: root/searx/templates/simple/results.html
diff options
context:
space:
mode:
authorPaul Braeuning <paul@paulgo.io>2022-01-26 18:09:11 +0100
committerGitHub <noreply@github.com>2022-01-26 18:09:11 +0100
commit2c6bd2adf61869f2eec800332bceabccb67ab1b7 (patch)
treefaf7fda3a8e5cf2f975b3d63b94302004ccd1a50 /searx/templates/simple/results.html
parentc110a58a89bede592917c865eff32e2eddeecf1b (diff)
parentf59afc8dd29ce0b29d878b4458f00f6fbaaa12d5 (diff)
Merge pull request #825 from MontyQI/ui-changes
Simple theme uppercase buttons
Diffstat (limited to 'searx/templates/simple/results.html')
-rw-r--r--searx/templates/simple/results.html4
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>