From ff6f8890c51e801b038bc5de1048de948dd0b9ae Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Mon, 29 Dec 2025 20:44:58 +0100 Subject: [PATCH] refactor: simplify unsubscribe "not-allowed" message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make error message more generic and less specific: - Change title from "Action Not Allowed" to "Action not possible" - Simplify message to cover broader error cases - Fix typo: "performe" → "performed" - Apply same changes to Croatian version 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- web-app/messages/en.json | 4 ++-- web-app/messages/hr.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web-app/messages/en.json b/web-app/messages/en.json index 31a338d..330f352 100644 --- a/web-app/messages/en.json +++ b/web-app/messages/en.json @@ -484,8 +484,8 @@ "unknown": "An error occurred while unsubscribing. Please try again or contact your landlord." }, "not-allowed": { - "title": "Action Not Allowed", - "message": "You can only unsubscribe from verified email addresses. This email address has not been verified yet or has already been unsubscribed." + "title": "Action not possible", + "message": "The selected action cannot be performed or the passed information is invalid." } }, "privacy-policy-page": { diff --git a/web-app/messages/hr.json b/web-app/messages/hr.json index dde799a..5fd356e 100644 --- a/web-app/messages/hr.json +++ b/web-app/messages/hr.json @@ -481,8 +481,8 @@ "unknown": "Došlo je do greške prilikom odjave. Molimo pokušajte ponovno ili kontaktirajte vašeg vlasnika nekretnine." }, "not-allowed": { - "title": "Akcija Nije Dopuštena", - "message": "Možete se odjaviti samo s potvrđenih email adresa. Ova email adresa još nije potvrđena ili je već odjavljena." + "title": "Akcija nije moguća", + "message": "Odabrana akcija nije moguća ili zadani podaci nisu ispravni." } }, "privacy-policy-page": {