From d4f6ca35648f97c532b07e8e70091ce347ab4892 Mon Sep 17 00:00:00 2001 From: mahsem <137205921+mahsem@users.noreply.github.com> Date: Tue, 11 Nov 2025 06:07:34 +0100 Subject: [PATCH] fix: state_to_state_province for translation (#50244) Co-authored-by: Mihir Kandoi (cherry picked from commit e148a38353e70ac1e0d64769f29d0802656bf7ce) --- erpnext/utilities/web_form/addresses/addresses.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/erpnext/utilities/web_form/addresses/addresses.json b/erpnext/utilities/web_form/addresses/addresses.json index 38b73926985..74700607ff1 100644 --- a/erpnext/utilities/web_form/addresses/addresses.json +++ b/erpnext/utilities/web_form/addresses/addresses.json @@ -21,8 +21,8 @@ "list_title": "", "login_required": 1, "max_attachment_size": 0, - "modified": "2024-01-24 10:28:35.026064", - "modified_by": "rohitw1991@gmail.com", + "modified": "2025-10-27 21:05:21.125639", + "modified_by": "Administrator", "module": "Utilities", "name": "addresses", "owner": "Administrator", @@ -113,7 +113,7 @@ "fieldname": "state", "fieldtype": "Data", "hidden": 0, - "label": "State", + "label": "State/Province", "max_length": 0, "max_value": 0, "read_only": 0, @@ -197,4 +197,4 @@ "show_in_filter": 0 } ] -} \ No newline at end of file +}