diff options
Diffstat (limited to 'api/locales/sv/auth.json')
-rw-r--r-- | api/locales/sv/auth.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/api/locales/sv/auth.json b/api/locales/sv/auth.json index 04e55752..573e685d 100644 --- a/api/locales/sv/auth.json +++ b/api/locales/sv/auth.json @@ -2,7 +2,9 @@ "login": { "INVALID_LOGIN": "E-post eller telefon hittades inte", "INVALID_PASSWORD": "Ogiltigt lösenord", - "ACCOUNT_DISABLED": "Detta konto är inaktiverat" + "ACCOUNT_DISABLED": "Detta konto är inaktiverat", + "INVALID_TOTP_CODE": "Invalid two-factor code.", + "INVALID_TOTP_SECRET": "Invalid two-factor secret." }, "register": { "REGISTRATION_DISABLED": "Registrering av nya användare är inaktiverat", |