Skip to content

Commit

Permalink
Merge pull request #2694 from kangangi/replace_next_previous
Browse files Browse the repository at this point in the history
Replace Next and Previous with Older and Newer
  • Loading branch information
chdorner authored Feb 25, 2023
2 parents e59b650 + b4e388a commit 233cf80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bookwyrm/templates/snippets/pagination.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% endif %}>

<span class="icon icon-arrow-left" aria-hidden="true"></span>
{% trans "Previous" %}
{% trans "Older" %}
</a>

<a
Expand All @@ -20,7 +20,7 @@
aria-hidden="true"
{% endif %}>

{% trans "Next" %}
{% trans "Newer" %}
<span class="icon icon-arrow-right" aria-hidden="true"></span>
</a>

Expand Down

0 comments on commit 233cf80

Please sign in to comment.