diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-07-20 17:39:16 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-07-20 20:14:30 +1000 |
commit | 1c2cddb7c4be9fa75eabf3ec9424afd6cb032a7c (patch) | |
tree | 27d31fdc0ece49396c43a882842cd3e539ea5779 /api/locales/en | |
parent | chore: fix package.json scripts (diff) | |
download | server-1c2cddb7c4be9fa75eabf3ec9424afd6cb032a7c.tar.xz |
2fa
Diffstat (limited to 'api/locales/en')
-rw-r--r-- | api/locales/en/auth.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/api/locales/en/auth.json b/api/locales/en/auth.json index e19547a0..a78d4d60 100644 --- a/api/locales/en/auth.json +++ b/api/locales/en/auth.json @@ -2,7 +2,9 @@ "login": { "INVALID_LOGIN": "E-Mail or Phone not found", "INVALID_PASSWORD": "Invalid Password", - "ACCOUNT_DISABLED": "This account is disabled" + "ACCOUNT_DISABLED": "This account is disabled", + "INVALID_TOTP_CODE": "Invalid two-factor code.", + "INVALID_TOTP_SECRET": "Invalid two-factor secret." }, "register": { "REGISTRATION_DISABLED": "New user registration is disabled", |