mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 04:03:26 +01:00
Changes “WiFi” spelling to “Wi-Fi”
This commit is contained in:
@@ -237,6 +237,7 @@ struct OperationError: ALTLocalizedError {
|
|||||||
switch self.code
|
switch self.code
|
||||||
{
|
{
|
||||||
case .noWiFi: return NSLocalizedString("Make sure the VPN is toggled on and you are connected to any WiFi network!", comment: "")
|
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:
|
case .maximumAppIDLimitReached:
|
||||||
let baseMessage = NSLocalizedString("Delete sideloaded apps to free up App ID slots.", comment: "")
|
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 }
|
guard let appName, let requiredAppIDs, let availableAppIDs, let expirationDate else { return baseMessage }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ class VerifyAppPledgeOperation: ResultOperation<Void>
|
|||||||
{
|
{
|
||||||
super.main()
|
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
|
// if let error = self.context.error
|
||||||
// {
|
// {
|
||||||
// self.finish(.failure(error))
|
// self.finish(.failure(error))
|
||||||
|
|||||||
Reference in New Issue
Block a user