Skip to content

Commit

Permalink
Merge pull request Expensify#31462 from Expensify/neil-activate-card-…
Browse files Browse the repository at this point in the history
…throttle

Add error message for throttled ECard activation
  • Loading branch information
grgia authored Nov 22, 2023
2 parents 21cf959 + e0ebfdc commit fc14a3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,8 @@ export default {
activatePhysicalCard: 'Activate physical card',
error: {
thatDidntMatch: "That didn't match the last 4 digits on your card. Please try again.",
throttled:
"You've incorrectly entered the last 4 digits of your Expensify Card too many times. If you're sure the numbers are correct, please reach out to Concierge to resolve. Otherwise, try again later.",
},
},
getPhysicalCard: {
Expand Down
2 changes: 2 additions & 0 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,8 @@ export default {
activatePhysicalCard: 'Activar tarjeta física',
error: {
thatDidntMatch: 'Los 4 últimos dígitos de tu tarjeta no coinciden. Por favor, inténtalo de nuevo.',
throttled:
'Has introducido incorrectamente los 4 últimos dígitos de tu tarjeta Expensify demasiadas veces. Si estás seguro de que los números son correctos, ponte en contacto con Conserjería para solucionarlo. De lo contrario, inténtalo de nuevo más tarde.',
},
},
// TODO: add translation
Expand Down

0 comments on commit fc14a3f

Please sign in to comment.