We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0c0b5 commit 9f23275Copy full SHA for 9f23275
app/code/Magento/Vault/i18n/en_US.csv
@@ -11,6 +11,6 @@ Type,Type
11
ending,ending
12
Actions,Actions
13
Delete,Delete
14
-"PayPal Account","PayPal Account"
+"Account","Account"
15
Cancel,Cancel
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/token_list.phtml
@@ -12,7 +12,7 @@ $tokens = $block->getPaymentTokens();
<table class="data table table-credit-cards" id="token-list-table">
<thead>
<tr>
- <th scope="col" class="col"><?= $block->escapeHtml(__('PayPal Account')) ?></th>
+ <th scope="col" class="col"><?= $block->escapeHtml(__('Account')) ?></th>
<th scope="col" class="col actions"> </th>
17
</tr>
18
</thead>
0 commit comments