mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-03-14 07:22:44 +00:00
Replace Next and Previous with Older and Newer
This commit is contained in:
parent
e59b650ff9
commit
b4e388a975
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue