From 5e91a24e534bbca7a5684e1568dfde2a26ae3ca7 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Fri, 15 Dec 2023 18:22:10 -0500 Subject: [PATCH] Update INVALID_LOGIN locale key --- assets/locales/en/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/locales/en/auth.json b/assets/locales/en/auth.json index 0521a902..2415c657 100644 --- a/assets/locales/en/auth.json +++ b/assets/locales/en/auth.json @@ -1,6 +1,6 @@ { "login": { - "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_LOGIN": "Invalid login or password.", "INVALID_PASSWORD": "Invalid Password", "ACCOUNT_DISABLED": "This account is disabled", "INVALID_TOTP_CODE": "Invalid two-factor code.",