diff --git a/Classes/BITUpdateManager.m b/Classes/BITUpdateManager.m index 6cbea70175..6f1211ae23 100644 --- a/Classes/BITUpdateManager.m +++ b/Classes/BITUpdateManager.m @@ -513,8 +513,8 @@ typedef NS_ENUM(NSInteger, BITUpdateAlertViewTag) { UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:BITHockeyLocalizedString(@"UpdateAvailable") message:[NSString stringWithFormat:BITHockeyLocalizedString(@"UpdateAlertMandatoryTextWithAppVersion"), [self.newestAppVersion nameAndVersionString]] delegate:self - cancelButtonTitle:BITHockeyLocalizedString(@"UpdateInstall") - otherButtonTitles:BITHockeyLocalizedString(@"UpdateShow"), nil + cancelButtonTitle:nil + otherButtonTitles:BITHockeyLocalizedString(@"UpdateShow"), BITHockeyLocalizedString(@"UpdateInstall"), nil ]; [alertView setTag:BITUpdateAlertViewTagMandatoryUpdate]; [alertView show];