diff options
Diffstat (limited to 'locales/en/auth.json')
-rw-r--r-- | locales/en/auth.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locales/en/auth.json b/locales/en/auth.json index bcf6fca5..e19547a0 100644 --- a/locales/en/auth.json +++ b/locales/en/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-Mail or Phone not found", - "INVALID_PASSWORD": "Invalid Password" + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "New user registration is disabled", |