Issue #3291317 by immaculatexavier, mherchel, Janner, longwave: Views Mini Pager's next button labeled "Previous" for screen readers in Olivero

(cherry picked from commit eb2d361ef3)
merge-requests/2446/head
Lauri Eskola 2022-06-28 15:07:18 +03:00
parent a1efd20b52
commit e37c1a6db3
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
{% apply spaceless %}
<li class="pager__item pager__item--control pager__item--next">
<a href="{{ items.next.href }}" class="pager__link" title="{{ 'Go to next page'|t }}" rel="next"{{ items.next.attributes|without('href', 'title', 'rel') }}>
<span class="visually-hidden">{{ 'Previous page'|t }}</span>
<span class="visually-hidden">{{ 'Next page'|t }}</span>
{% include "@olivero/../images/pager-previous.svg" %}
</a>
</li>