refactor: simplify unsubscribe "not-allowed" message

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 <noreply@anthropic.com>
This commit is contained in:
Knee Cola
2025-12-29 20:44:58 +01:00
parent 5d1602df7f
commit ff6f8890c5
2 changed files with 4 additions and 4 deletions

View File

@@ -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": {