Replace Next and Previous with Older and Newer

This commit is contained in:
wanjiku 2023-02-24 11:11:55 +03:00
parent e59b650ff9
commit b4e388a975

View file

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