Skip to content

Commit 63bbc39

Browse files
author
Oleksii Gorbulin
committed
19085-Translation-in-tier-price-phtml-not-working
remove extra
1 parent 345393d commit 63bbc39

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ConfigurableProduct/view/base/templates/product/price

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/view/base/templates/product/price/tier_price.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
+ '</span>'
1616
+ '</span>'; %>
1717
<li class="item">
18-
<%= $t('<?= $block->escapeHtml(__('Buy %1 for %2 each and')) ?>').replace('%1', item.qty).replace('%2', priceStr) %>
18+
<%= '<?= $block->escapeHtml(__('Buy %1 for %2 each and')) ?>'.replace('%1', item.qty).replace('%2', priceStr) %>
1919
<strong class="benefit">
2020
<?= $block->escapeHtml(__('save')) ?><span class="percent tier-<%= key %>">&nbsp;<%= item.percentage %></span>%
2121
</strong>

0 commit comments

Comments
 (0)