File tree 2 files changed +2
-3
lines changed
view/frontend/templates/customer_account
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ Actions,Actions
13
13
Delete,Delete
14
14
"PayPal Account","PayPal Account"
15
15
Cancel,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());
43
43
"modalClass": "my-credit-cards-popup",
44
44
"toggleEvent": "click",
45
45
"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? ' , /* @noEscape */ $ ccNumberView )) ?> "
49
47
}
50
48
}'>
51
49
<span><?= $ block ->escapeHtml (__ ('Delete ' )) ?> </span>
You can’t perform that action at this time.
0 commit comments