1
0
Fork 0

Merge pull request #2694 from kangangi/replace_next_previous

Replace Next and Previous with Older and Newer
This commit is contained in:
Christof Dorner 2023-02-25 22:34:05 +01:00 committed by GitHub
commit 233cf809dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
{% endif %}> {% endif %}>
<span class="icon icon-arrow-left" aria-hidden="true"></span> <span class="icon icon-arrow-left" aria-hidden="true"></span>
{% trans "Previous" %} {% trans "Older" %}
</a> </a>
<a <a
@ -20,7 +20,7 @@
aria-hidden="true" aria-hidden="true"
{% endif %}> {% endif %}>
{% trans "Next" %} {% trans "Newer" %}
<span class="icon icon-arrow-right" aria-hidden="true"></span> <span class="icon icon-arrow-right" aria-hidden="true"></span>
</a> </a>