diff --git a/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm b/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm index 16a54b34b0..a62e7a33b9 100644 --- a/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm +++ b/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm @@ -408,8 +408,8 @@ static NSString * const kDefaultAlertNibName = @"MWMDefaultAlert"; alert.rightButtonAction = action; if (leftButtonTitle) { - [alert.leftButton setTitle:rightButtonTitle forState:UIControlStateNormal]; - [alert.leftButton setTitle:rightButtonTitle forState:UIControlStateDisabled]; + [alert.leftButton setTitle:leftButtonTitle forState:UIControlStateNormal]; + [alert.leftButton setTitle:leftButtonTitle forState:UIControlStateDisabled]; } else {