Skip to content

Commit a180886

Browse files
committed
Fixed #31211
1 parent 9cae620 commit a180886

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Vault/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Actions,Actions
1313
Delete,Delete
1414
"PayPal Account","PayPal Account"
1515
Cancel,Cancel
16-
"Are you sure you want to delete this card: %1?","Are you sure you want to delete this card: %1?"
16+
"Are you sure you want to delete this card: %1?","Are you sure you want to delete this card: %1?"

app/code/Magento/Vault/view/frontend/templates/customer_account/credit_card.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $ccNumberView = $block->escapeHtml($block->getNumberLast4Digits());
4343
"modalClass": "my-credit-cards-popup",
4444
"toggleEvent": "click",
4545
"title": "<?= $block->escapeHtml(__('Delete')) ?>",
46-
"content": "<?= $block->escapeHtml(__('Are you sure you want to delete this card: %1?', /* @noEscape */ $ccNumberView)) ?>"
46+
"content": "<?= $block->escapeHtml(__('Are you sure you want to delete this card: %1?', $ccNumberView)) ?>"
4747
}
4848
}'>
4949
<span><?= $block->escapeHtml(__('Delete')) ?></span>

0 commit comments

Comments
 (0)