From ef4fd85883434fa455a0224a24b969dfafd38752 Mon Sep 17 00:00:00 2001 From: IXVG47QZ Date: Tue, 29 Jul 2025 03:10:10 -0500 Subject: [PATCH] [strings] Change zip to postal Signed-off-by: IXVG47QZ --- android/app/src/main/res/values/strings.xml | 4 ++-- iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 87ceeba7f..aee371efb 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -550,8 +550,8 @@ Floors (inc. ground floor, excl. roof) The number of floors must non exceed %d - ZIP Code - Enter a valid ZIP code + Postal Code + Enter a valid postal code Map Point diff --git a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings index ace724220..114a0e873 100644 --- a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings @@ -653,8 +653,8 @@ /* Error message in Editor when a user tries to set the number of floors for a building higher than %d floors */ "error_enter_correct_storey_number" = "The number of floors must non exceed %d"; -"editor_zip_code" = "ZIP Code"; -"error_enter_correct_zip_code" = "Enter a valid ZIP code"; +"editor_zip_code" = "Postal Code"; +"error_enter_correct_zip_code" = "Enter a valid postal code"; /* Place Page title for long tap */ "core_placepage_unknown_place" = "Map Point";