diff --git a/android/res/values/donottranslate.xml b/android/res/values/donottranslate.xml
index d8587cd8ff..a2460c6efb 100644
--- a/android/res/values/donottranslate.xml
+++ b/android/res/values/donottranslate.xml
@@ -19,9 +19,9 @@
PlayServicesEnabled
EnableLogging
EmulateBadExternalStorage
- AboutMapsWithMe
+ AboutOrganicMaps
Help
- MapsMePrefs
+ OrganicMapsPrefs
MapStyle
TtsScreen
TtsEnabled
@@ -29,7 +29,8 @@
TtsInfo
TtsInfoLink
SpeedCameras
- https://support.omaps.app/hc/en-us/articles/208628985-How-can-I-check-TTS-settings-on-my-Android-device-
+
+ https://mapsme.zendesk.com/hc/en-us/articles/208628985-How-can-I-check-TTS-settings-on-my-Android-device-
AutoDownloadMap
BackupBookmarks
3D
@@ -51,7 +52,7 @@
%2$s :%1$s
- The amenity has gone or never existed. This is an auto-generated note from OMaps application: a user reports a POI that is visible on a map (which can be a month old), but cannot be found on the ground.
+ The amenity has gone or never existed. This is an auto-generated note from Organic Maps application: a user reports a POI that is visible on a map (which can be a month old), but cannot be found on the ground.
default
diff --git a/iphone/Maps/main.mm b/iphone/Maps/main.mm
index c3b0b7c159..45a8a7b13a 100644
--- a/iphone/Maps/main.mm
+++ b/iphone/Maps/main.mm
@@ -11,7 +11,7 @@ int main(int argc, char * argv[])
base::SetLogMessageFn(LogMessageFile);
#endif
auto & p = GetPlatform();
- LOG(LINFO, ("omaps started, detected CPU cores:", p.CpuCores()));
+ LOG(LINFO, ("Organic Maps started, detected CPU cores:", p.CpuCores()));
int retVal;
@autoreleasepool