We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4400de6 commit 0430a80Copy full SHA for 0430a80
app/code/Magento/Theme/view/frontend/templates/html/pager.phtml
@@ -61,7 +61,7 @@
61
<li class="item">
62
<a class="page previous jump"
63
title=""
64
- aria-label="Skip to page <?= $block->escapeHtml($block->getPreviousJumpPage()) ?>"
+ aria-label="<?= $block->escapeHtml(__('Skip to page %1', $block->getNextJumpPage())) ?>"
65
href="<?= $block->escapeUrl($block->getPreviousJumpUrl()) ?>">
66
<span>...</span>
67
</a>
@@ -90,7 +90,7 @@
90
91
<a class="page next jump"
92
93
- aria-label="Skip to page <?= $block->escapeHtml($block->getNextJumpPage()) ?>"
94
href="<?= $block->escapeUrl($block->getNextJumpUrl()) ?>">
95
96
0 commit comments