Changes “WiFi” spelling to “Wi-Fi”

This commit is contained in:
Riley Testut
2024-01-23 14:21:37 -06:00
committed by Magesh K
parent cfdc1aa82c
commit afb393b80b
2 changed files with 2 additions and 1 deletions

View File

@@ -237,6 +237,7 @@ struct OperationError: ALTLocalizedError {
switch self.code
{
case .noWiFi: return NSLocalizedString("Make sure the VPN is toggled on and you are connected to any WiFi network!", comment: "")
case .serverNotFound: return NSLocalizedString("Make sure you're on the same Wi-Fi network as a computer running AltServer, or try connecting this device to your computer via USB.", comment: "")
case .maximumAppIDLimitReached:
let baseMessage = NSLocalizedString("Delete sideloaded apps to free up App ID slots.", comment: "")
guard let appName, let requiredAppIDs, let availableAppIDs, let expirationDate else { return baseMessage }

View File

@@ -30,7 +30,7 @@ class VerifyAppPledgeOperation: ResultOperation<Void>
{
super.main()
// _Don't_ rethrow earlier errors, or else user will only be taken to Patreon post if connected to same WiFi as AltServer.
// _Don't_ rethrow earlier errors, or else user will only be taken to Patreon post if connected to same Wi-Fi as AltServer.
// if let error = self.context.error
// {
// self.finish(.failure(error))