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";