Skip to content

Commit 562aa24

Browse files
committed
MC-16607: Fix Unrelated Static Test Failures
- Fix single underscore translation function
1 parent a0751e3 commit 562aa24

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/templates/onepage

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/templates/onepage/failure.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<p><?= $block->escapeHtml($error) ?></p>
1414
<?php endif ?>
1515
<p><?= $block->escapeHtml(
16-
_('Click <a href="%1">here</a> to continue shopping.', $block->escapeUrl($block->getContinueShoppingUrl())),
16+
__('Click <a href="%1">here</a> to continue shopping.', $block->escapeUrl($block->getContinueShoppingUrl())),
1717
['a']
1818
) ?>
1919
</p>

0 commit comments

Comments
 (0)