From 26ef674eac33a83a8aca38a47368ecac63c21334 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Thu, 24 Mar 2016 13:41:57 +0300 Subject: [PATCH] [ios] Updated migration prohibited alert text. --- iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm b/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm index 0051e11f61..8e8f97f454 100644 --- a/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm +++ b/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm @@ -78,7 +78,7 @@ static NSString * const kDefaultAlertNibName = @"MWMDefaultAlert"; + (instancetype)migrationProhibitedAlert { kStatisticsEvent = @"Migration Prohibited Alert"; - MWMDefaultAlert * alert = [self defaultAlertWithTitle:@"navigation_migration_prohibited_error" + MWMDefaultAlert * alert = [self defaultAlertWithTitle:@"no_migration_during_navigation" message:nil rightButtonTitle:@"ok" leftButtonTitle:nil