Skip to content

Commit 7db2cc9

Browse files
author
rahul
committed
fixed Translation issue send-friend in send.phtml
1 parent 008fe5d commit 7db2cc9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/SendFriend/view/frontend/templates/send.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div class="secondary">
1818
<button type="button" id="btn-remove<%- data._index_ %>" class="action remove"
1919
title="<?= $block->escapeHtmlAttr(__('Remove Recipent')) ?>">
20-
<span><?= $block->escapeJs($block->escapeHtml(__('Remove'))) ?></span>
20+
<span><?= $block->escapeHtml(__('Remove')) ?></span>
2121
</button>
2222
</div>
2323
</div>

0 commit comments

Comments
 (0)