Skip to content

Commit

Permalink
Merge pull request Expensify#30542 from Expensify/marcaaron-updateCopy
Browse files Browse the repository at this point in the history
Update "Remaining spending power" to "Remaining limit"
  • Loading branch information
aldo-expensify authored Oct 31, 2023
2 parents ec7fb3c + 91658fe commit 6ec9dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ export default {
},
cardPage: {
expensifyCard: 'Expensify Card',
availableSpend: 'Remaining spending power',
availableSpend: 'Remaining limit',
virtualCardNumber: 'Virtual card number',
physicalCardNumber: 'Physical card number',
reportFraud: 'Report virtual card fraud',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ export default {
},
cardPage: {
expensifyCard: 'Tarjeta Expensify',
availableSpend: 'Capacidad de gasto restante',
availableSpend: 'Límite restante',
virtualCardNumber: 'Número de la tarjeta virtual',
physicalCardNumber: 'Número de la tarjeta física',
reportFraud: 'Reportar fraude con la tarjeta virtual',
Expand Down

0 comments on commit 6ec9dd5

Please sign in to comment.