diff options
-rw-r--r-- | api/locales/pl/auth.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/api/locales/pl/auth.json b/api/locales/pl/auth.json index 711cb4d7..ff17f237 100644 --- a/api/locales/pl/auth.json +++ b/api/locales/pl/auth.json @@ -2,7 +2,9 @@ "login": { "INVALID_LOGIN": "E-mail lub numer telefonu nie został znaleziony", "INVALID_PASSWORD": "Nieprawidłowe hasło", - "ACCOUNT_DISABLED": "To konto jest nieaktywne" + "ACCOUNT_DISABLED": "To konto jest nieaktywne", + "INVALID_TOTP_CODE": "Invalid two-factor code.", + "INVALID_TOTP_SECRET": "Invalid two-factor secret." }, "register": { "REGISTRATION_DISABLED": "Rejestracja nowych użytkowników jest wyłączona", |