From 3e769d30f99839b933467914c3ed8b9357b45359 Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Tue, 30 Dec 2025 17:44:01 +0100 Subject: [PATCH] fix: add missing translations for verification-failed email status MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add English and Croatian translation keys for the verification-failed email status that were missing from the previous UI implementation commit. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- web-app/messages/en.json | 2 ++ web-app/messages/hr.json | 2 ++ 2 files changed, 4 insertions(+) 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" },