diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:55 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:55 +0200 |
commit | 079f1f6daae56ff21bdc0d8e2483bf49aa20ba3e (patch) | |
tree | 92aab62eef6829b5381ef1990abb7e6736a63761 | |
parent | New translations auth.json (Spanish) (diff) | |
download | server-079f1f6daae56ff21bdc0d8e2483bf49aa20ba3e.tar.xz |
New translations auth.json (Afrikaans)
-rw-r--r-- | locales/af/auth.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locales/af/auth.json b/locales/af/auth.json index bcf6fca5..e19547a0 100644 --- a/locales/af/auth.json +++ b/locales/af/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", |