summary refs log tree commit diff
path: root/api/locales
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-06 02:41:00 +0200
committerGitHub <noreply@github.com>2022-08-06 02:41:00 +0200
commitf291143969d0c755acbf8bf25cd3bfff63c8762c (patch)
treeb9cf427d3c173cbe4029e5230eda6acc4fd61cf0 /api/locales
parentMerge pull request #804 from MaddyUnderStars/feat/notesTable (diff)
parentMerge branch 'master' into 2fa (diff)
downloadserver-f291143969d0c755acbf8bf25cd3bfff63c8762c.tar.xz
Merge pull request #800 from MaddyUnderStars/2fa
2 Factor Authentication (TOTP)
Diffstat (limited to 'api/locales')
-rw-r--r--api/locales/en/auth.json4
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",