From bb5da20feca6e382c4fe9aad626c1d67928c23d6 Mon Sep 17 00:00:00 2001 From: x7z4w Date: Mon, 28 Jul 2025 17:25:46 +0000 Subject: [PATCH] [strings] Cell -> Mobile Signed-off-by: x7z4w --- android/app/src/main/res/values/types_strings.xml | 2 +- iphone/Maps/LocalizedStrings/en.lproj/LocalizableTypes.strings | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/res/values/types_strings.xml b/android/app/src/main/res/values/types_strings.xml index eaa3ea1c4..1fb56dce0 100644 --- a/android/app/src/main/res/values/types_strings.xml +++ b/android/app/src/main/res/values/types_strings.xml @@ -1205,7 +1205,7 @@ Laundry Mall Massage Salon - Cell Phone Store + Mobile Phone Store Money Lender Motorcycle Shop Motorcycle Repair diff --git a/iphone/Maps/LocalizedStrings/en.lproj/LocalizableTypes.strings b/iphone/Maps/LocalizedStrings/en.lproj/LocalizableTypes.strings index 3724684fa..b7b138ace 100644 --- a/iphone/Maps/LocalizedStrings/en.lproj/LocalizableTypes.strings +++ b/iphone/Maps/LocalizedStrings/en.lproj/LocalizableTypes.strings @@ -1300,7 +1300,7 @@ "type.shop.laundry" = "Laundry"; "type.shop.mall" = "Mall"; "type.shop.massage" = "Massage Salon"; -"type.shop.mobile_phone" = "Cell Phone Store"; +"type.shop.mobile_phone" = "Mobile Phone Store"; "type.shop.money_lender" = "Money Lender"; "type.shop.motorcycle" = "Motorcycle Shop"; "type.shop.motorcycle_repair" = "Motorcycle Repair";