diff --git a/LCRootViewController.m b/LCRootViewController.m index 03f5cb5..bab936f 100644 --- a/LCRootViewController.m +++ b/LCRootViewController.m @@ -209,7 +209,7 @@ - (void)setupJITLessTapped { return; } - [self showDialogTitle:@"Instruction" message:@"Setting up JIT-less allows you to use LiveContainer without having to enable JIT. LiveContainer needs to safely obtain the certificate password from SideStore. Press OK to continue." + [self showDialogTitle:@"Instruction" message:@"Setting up JIT-less allows you to use LiveContainer without having to enable JIT. LiveContainer needs to safely obtain the certificate from SideStore. Press OK to continue." handler:^(UIAlertAction * action) { [UIApplication.sharedApplication openURL:[NSURL URLWithString:[NSString stringWithFormat:@"sidestore://install?url=%@", url]] options:@{} completionHandler:nil]; }];