Skip to content

Commit

Permalink
update translations keys
Browse files Browse the repository at this point in the history
  • Loading branch information
waterim committed Jul 19, 2024
1 parent a494c90 commit 81a4142
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2951,9 +2951,9 @@ export default {
limitType: 'Limit type',
name: 'Name',
},
deactivateCard: {
deactivateCardModal: {
deactivate: 'Deactivate',
deactivateCardModal: 'Deactivate card',
deactivateCard: 'Deactivate card',
deactivateConfirmation: 'Deactivating this card will decline all future transactions and can’t be undone.',
},
},
Expand Down
4 changes: 2 additions & 2 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3198,9 +3198,9 @@ export default {
limitType: 'Tipo de limite',
name: 'Nombre',
},
deactivateCard: {
deactivateCardModal: {
deactivate: 'Desactivar',
deactivateCardModal: 'Desactivar tarjeta',
deactivateCard: 'Desactivar tarjeta',
deactivateConfirmation: 'Al desactivar esta tarjeta, se rechazarán todas las transacciones futuras y no se podrá deshacer.',
},
},
Expand Down

0 comments on commit 81a4142

Please sign in to comment.