Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit faee0ba

Browse files
authored
Update button.phtml
1 parent 4955238 commit faee0ba

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

app/code/Magento/Checkout/view/frontend/templates/button.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<?php /** @var $block \Magento\Checkout\Block\Onepage\Success */ ?>
1111

1212
<?php if ($block->getCanViewOrder() && $block->getCanPrintOrder()) :?>
13-
<a href="<?= /* @escapeNotVerified */ echo $block->getPrintUrl() ?>" target="_blank" class="print">
14-
<?= /* @escapeNotVerified */ echo __('Print receipt') ?>
13+
<a href="<?= /* @escapeNotVerified */ $block->getPrintUrl() ?>" target="_blank" class="print">
14+
<?= /* @escapeNotVerified */ __('Print receipt') ?>
1515
</a>
1616
<?= $block->getChildHtml() ?>
1717
<?php endif;?>

0 commit comments

Comments
 (0)