From 55cc50118c0426e2e72e23d2e94e363ea552e801 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:44 +0200 Subject: [PATCH] New translations auth.json (Indonesian) --- locales/id/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/id/auth.json b/locales/id/auth.json index bcf6fca5..e19547a0 100644 --- a/locales/id/auth.json +++ b/locales/id/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",