summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--locales/es/auth.json3
1 files changed, 2 insertions, 1 deletions
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",