From bdf2ebf416062b4752dd6a83eed87e82c73471b5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:53 +0200 Subject: [PATCH] New translations auth.json (French) --- locales/fr/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/fr/auth.json b/locales/fr/auth.json index 98d5b2e2..eb9eef98 100644 --- a/locales/fr/auth.json +++ b/locales/fr/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-Mail ou Téléphone introuvable", - "INVALID_PASSWORD": "Mot de passe invalide" + "INVALID_PASSWORD": "Mot de passe invalide", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "L'inscription aux nouveaux utilisateurs est désactivée",