Merge pull request #2694 from kangangi/replace_next_previous
Replace Next and Previous with Older and Newer
This commit is contained in:
commit
233cf809dd
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…
Add table
Reference in a new issue