forked from organicmaps/organicmaps
Merge pull request #2481 from igrechuhin/ig-master
[ios] Updated migration prohibited alert text.
This commit is contained in:
commit
dd755abf09
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue