From 86913f60ec86beec1aa19757c2a7d5c72c76b5cb Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Sat, 22 Nov 2025 22:23:45 +0100 Subject: [PATCH] Update tenant town label to include postal code in localization --- .claude/settings.local.json | 3 ++- messages/en.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 34176df..9f194ab 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -10,7 +10,8 @@ "Bash(git commit:*)", "mcp__serena__replace_regex", "Bash(npm install:*)", - "mcp__ide__getDiagnostics" + "mcp__ide__getDiagnostics", + "mcp__serena__execute_shell_command" ] }, "enableAllProjectMcpServers": true, diff --git a/messages/en.json b/messages/en.json index 2fe2059..a7e4ecf 100644 --- a/messages/en.json +++ b/messages/en.json @@ -144,7 +144,7 @@ "tenant-name-placeholder": "enter tenant's first and last name", "tenant-street-label": "Tenant Street and House Number", "tenant-street-placeholder": "enter tenant's street", - "tenant-town-label": "Tenant Town", + "tenant-town-label": "Tenant Postal Code and Town", "tenant-town-placeholder": "enter tenant's town", "auto-utility-bill-forwarding-legend": "AUTOMATIC UTILITY BILL FORWARDING", "auto-utility-bill-forwarding-info": "This option enables automatic forwarding of utility bills to the tenant via email according to the selected forwarding strategy.",