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