diff --git a/web-app/messages/en.json b/web-app/messages/en.json index 0d8ccde..6c30778 100644 --- a/web-app/messages/en.json +++ b/web-app/messages/en.json @@ -64,6 +64,7 @@ "email-status": { "unverified": "tenant email not verified", "verification-pending": "waiting for tenant to verify email", + "verification-failed": "email verification failed", "unsubscribed": "tenant unsubscribed from receiving emails" }, "payment-info-header": "You can pay the utility bills for this month using the following information:", @@ -200,6 +201,7 @@ "new": "a new e-mail address will need to be verified by the tenant", "unverified": "this e-mail address will need to be verified by the tenant", "verification-pending": "waiting for tenant to verify this email address", + "verification-failed": "email verification failed", "verified": "this e-mail address has been verified", "unsubscribed": "tenant unsubscribed this address from receiving emails" }, diff --git a/web-app/messages/hr.json b/web-app/messages/hr.json index 0f4e2b5..7e2f3cd 100644 --- a/web-app/messages/hr.json +++ b/web-app/messages/hr.json @@ -64,6 +64,7 @@ "email-status": { "unverified": "e-mail podstanara nije potvrđen", "verification-pending": "čeka se da podstanar potvrdi e-mail", + "verification-failed": "potvrda e-mail adrese nije uspjela", "unsubscribed": "podstanar odjavio e-mail adresu" }, "payment-info-header": "Režije za ovaj mjesec možete uplatiti koristeći slijedeće podatke:", @@ -199,6 +200,7 @@ "new": "nova e-mail adresa - podstanar će je morati potvrditi", "unverified": "čeka se da podstanar potvrdi e-mail", "verification-pending": "čeka se da podstanar potvrdi e-mail", + "verification-failed": "potvrda e-mail adrese nije uspjela", "verified": "podstanar je potvrdio ovu e-mail adresu", "unsubscribed": "podstanar je odjavio ovu e-mail adresu" },