summary refs log tree commit diff
path: root/api/locales/en
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-20 17:39:16 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-20 20:14:30 +1000
commit1c2cddb7c4be9fa75eabf3ec9424afd6cb032a7c (patch)
tree27d31fdc0ece49396c43a882842cd3e539ea5779 /api/locales/en
parentchore: fix package.json scripts (diff)
downloadserver-1c2cddb7c4be9fa75eabf3ec9424afd6cb032a7c.tar.xz
2fa
Diffstat (limited to 'api/locales/en')
-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",