diff --git a/src/languages/en.ts b/src/languages/en.ts index 76e503fcb2ae..dc781a309404 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -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: { diff --git a/src/languages/es.ts b/src/languages/es.ts index 962f26858671..9bc9786f6d32 100644 --- a/src/languages/es.ts +++ b/src/languages/es.ts @@ -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