forked from organicmaps/organicmaps
[ios] Updated migration prohibited alert text.
This commit is contained in:
parent
e59fa148d2
commit
26ef674eac
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