Change title of launch error dialog

This commit is contained in:
Cameron Gutman 2019-10-12 19:20:53 -07:00
parent a824c23c59
commit c9225d468a

View File

@ -289,7 +289,7 @@
// Allow the display to go to sleep now
[UIApplication sharedApplication].idleTimerDisabled = NO;
UIAlertController* alert = [UIAlertController alertControllerWithTitle:@"Connection Failed"
UIAlertController* alert = [UIAlertController alertControllerWithTitle:@"Connection Error"
message:message
preferredStyle:UIAlertControllerStyleAlert];
[Utils addHelpOptionToDialog:alert];