Skip to content

Commit 9f23275

Browse files
authored
Change header wording to apply to other payment providers, resolves #35622
1 parent ab0c0b5 commit 9f23275

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
@@ -11,6 +11,6 @@ Type,Type
1111
ending,ending
1212
Actions,Actions
1313
Delete,Delete
14-
"PayPal Account","PayPal Account"
14+
"Account","Account"
1515
Cancel,Cancel
1616
"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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $tokens = $block->getPaymentTokens();
1212
<table class="data table table-credit-cards" id="token-list-table">
1313
<thead>
1414
<tr>
15-
<th scope="col" class="col"><?= $block->escapeHtml(__('PayPal Account')) ?></th>
15+
<th scope="col" class="col"><?= $block->escapeHtml(__('Account')) ?></th>
1616
<th scope="col" class="col actions">&nbsp;</th>
1717
</tr>
1818
</thead>

0 commit comments

Comments
 (0)