File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
view/frontend/templates/customer_account Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ Actions,Actions
1313Delete,Delete
1414"PayPal Account","PayPal Account"
1515Cancel,Cancel
16+ "Are you sure you want to delete this card: %1?","Are you sure you want to delete this card: %1?"
Original file line number Diff line number Diff line change @@ -43,9 +43,7 @@ $ccNumberView = $block->escapeHtml($block->getNumberLast4Digits());
4343 "modalClass": "my-credit-cards-popup",
4444 "toggleEvent": "click",
4545 "title": "<?= $ block ->escapeHtml (__ ('Delete ' )) ?> ",
46- "content": "Are you sure you want to delete this card: <?=
47- /* @noEscape */ $ ccNumberView
48- ?> ?"
46+ "content": "<?= $ block ->escapeHtml (__ ('Are you sure you want to delete this card: %1? ' , $ ccNumberView )) ?> "
4947 }
5048 }'>
5149 <span><?= $ block ->escapeHtml (__ ('Delete ' )) ?> </span>
You can’t perform that action at this time.
0 commit comments