From c25ae1087354b1341c4ae3194e18ae32fc746786 Mon Sep 17 00:00:00 2001 From: kaoneko Date: Mon, 11 Nov 2024 21:12:49 +0100 Subject: [PATCH] Update message about Disable Idle Timeout setting (#747) --- AltStore/Settings/SettingsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index 7229bad5..07684da3 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -247,7 +247,7 @@ private extension SettingsViewController } else { - settingsHeaderFooterView.secondaryLabel.text = NSLocalizedString("Enable Background Refresh to automatically refresh apps in the background when connected to Wi-Fi. \n\nDisable the Idle Timeout toggle to allow SideStore to not let your device go to sleep during a refresh or install of any apps.", comment: "") + settingsHeaderFooterView.secondaryLabel.text = NSLocalizedString("Enable Background Refresh to automatically refresh apps in the background when connected to Wi-Fi. \n\nEnable Disable Idle Timeout to allow SideStore to keep your device awake during a refresh or install of any apps.", comment: "") } case .instructions: