We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295139b commit 817ac5eCopy full SHA for 817ac5e
src/SettingsVC.m
@@ -909,7 +909,7 @@ - (void)tableView:(UITableView*)tableView didSelectRowAtIndexPath:(NSIndexPath*)
909
if (![[Utils getPrefs] boolForKey:@"ENTERPRISE_MODE"])
910
break;
911
[[Utils getPrefs] setObject:@"NO" forKey:@"PATCH_CHECKSUM"];
912
- [Utils showNotice:self title:@"Forced! Now the lanucher will start patching again upon tapping launch."];
+ [Utils showNotice:self title:@"Forced! Now the launcher will start patching again upon tapping launch."];
913
}
914
case 3: { // Patch / Import
915
if ([[Utils getPrefs] boolForKey:@"ENTERPRISE_MODE"]) {
0 commit comments