File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Theme/view/frontend/templates/html Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 61
61
<li class="item">
62
62
<a class="page previous jump"
63
63
title=""
64
- aria-label="Skip to page <?= $ block ->escapeHtml ($ block ->getPreviousJumpPage ( )) ?> "
64
+ aria-label="<?= $ block ->escapeHtml (__ ( ' Skip to page %1 ' , $ block ->getNextJumpPage () )) ?> "
65
65
href="<?= $ block ->escapeUrl ($ block ->getPreviousJumpUrl ()) ?> ">
66
66
<span>...</span>
67
67
</a>
90
90
<li class="item">
91
91
<a class="page next jump"
92
92
title=""
93
- aria-label="Skip to page <?= $ block ->escapeHtml ($ block ->getNextJumpPage ()) ?> "
93
+ aria-label="<?= $ block ->escapeHtml (__ ( ' Skip to page %1 ' , $ block ->getNextJumpPage () )) ?> "
94
94
href="<?= $ block ->escapeUrl ($ block ->getNextJumpUrl ()) ?> ">
95
95
<span>...</span>
96
96
</a>
You can’t perform that action at this time.
0 commit comments