From 10e38a38b58f1c3cc859bcc6dc8d3f040eb25e37 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:54 +0200 Subject: [PATCH] New translations auth.json (Spanish) --- locales/es/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/es/auth.json b/locales/es/auth.json index 28c21bde..8271c578 100644 --- a/locales/es/auth.json +++ b/locales/es/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-Mail o teléfono no encontrado", - "INVALID_PASSWORD": "Contraseña Incorrecta" + "INVALID_PASSWORD": "Contraseña Incorrecta", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "El registro de un nuevo usuario no se encuentra habilitado",