Unverified Commit e37c1a6d authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3291317 by immaculatexavier, mherchel, Janner, longwave: Views Mini...

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

(cherry picked from commit eb2d361e)
parent a1efd20b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>