Skip to content

Commit

Permalink
Merge pull request #11839 from Puneet-here/bank-error-fix
Browse files Browse the repository at this point in the history
Fix bank error message
  • Loading branch information
Chris Kosuke Tseng authored Oct 20, 2022
2 parents 9a13fa3 + 08b6e37 commit 07fc7d7
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.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ export default {
notOwnerOfFund: 'There was an error setting this card as your default payment method.',
setDefaultFailure: 'Something went wrong. Please chat with Concierge for further assistance.',
},
addBankAccountFailure: 'And unexpected error occurred while trying to add your bank account. Please try again.',
addBankAccountFailure: 'An unexpected error occurred while trying to add your bank account. Please try again.',
},
transferAmountPage: {
transfer: ({amount}) => `Transfer${amount ? ` ${amount}` : ''}`,
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ export default {
notOwnerOfFund: 'Ha ocurrido un error al establecer esta tarjeta de crédito como tu método de pago predeterminado.',
setDefaultFailure: 'No se pudo configurar el método de pago.',
},
addBankAccountFailure: 'Y ocurrió un error inesperado al intentar agregar su cuenta bancaria. Inténtalo de nuevo.',
addBankAccountFailure: 'Ocurrió un error inesperado al intentar agregar su cuenta bancaria. Inténtalo de nuevo.',
},
transferAmountPage: {
transfer: ({amount}) => `Transferir${amount ? ` ${amount}` : ''}`,
Expand Down

0 comments on commit 07fc7d7

Please sign in to comment.