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 a0751e3 commit 562aa24Copy full SHA for 562aa24
app/code/Magento/Checkout/view/frontend/templates/onepage/failure.phtml
@@ -13,7 +13,7 @@
13
<p><?= $block->escapeHtml($error) ?></p>
14
<?php endif ?>
15
<p><?= $block->escapeHtml(
16
- _('Click <a href="%1">here</a> to continue shopping.', $block->escapeUrl($block->getContinueShoppingUrl())),
+ __('Click <a href="%1">here</a> to continue shopping.', $block->escapeUrl($block->getContinueShoppingUrl())),
17
['a']
18
) ?>
19
</p>
0 commit comments