From 5b0ee4260d29085b303fc4f7c490ae6c2f9f40d0 Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Mon, 17 Nov 2025 21:09:48 +0100 Subject: [PATCH] Normalize casing for billing options in localization files --- messages/en.json | 4 ++-- messages/hr.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/messages/en.json b/messages/en.json index d546790..4cb5892 100644 --- a/messages/en.json +++ b/messages/en.json @@ -110,8 +110,8 @@ "attachment": "Attachment", "back-button": "Back", "billed-to-label": "Billed to", - "billed-to-tenant-option": "Tenant", - "billed-to-landlord-option": "Landlord" + "billed-to-tenant-option": "tenant", + "billed-to-landlord-option": "landlord" }, "location-delete-form": { "text": "Please confirm deletion of realestate \"{name}\".", diff --git a/messages/hr.json b/messages/hr.json index 9538660..abca82d 100644 --- a/messages/hr.json +++ b/messages/hr.json @@ -109,8 +109,8 @@ "attachment": "Privitak", "back-button": "Nazad", "billed-to-label": "Račun plaća", - "billed-to-tenant-option": "Podstanar", - "billed-to-landlord-option": "Vlasnik" + "billed-to-tenant-option": "podstanar", + "billed-to-landlord-option": "vlasnik" }, "location-delete-form": { "text": "Molim potvrdi brisanje nekretnine \"{name}\".",