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 %}>
|
{% 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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue