summary refs log tree commit diff
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-12-15 18:22:10 -0500
committerGitHub <noreply@github.com>2023-12-15 18:22:10 -0500
commit5e91a24e534bbca7a5684e1568dfde2a26ae3ca7 (patch)
treed731a04324b3e6f2dca323187ace5c3e4cd335fe
parentMerge pull request #1104 from skyrina/urgent-fix (diff)
downloadserver-5e91a24e534bbca7a5684e1568dfde2a26ae3ca7.tar.xz
Update INVALID_LOGIN locale key
-rw-r--r--assets/locales/en/auth.json2
1 files changed, 1 insertions, 1 deletions
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.",