Update OperationError.swift

This commit is contained in:
CelloSerenity
2025-05-24 18:52:56 -06:00
committed by GitHub
parent 1b754e137a
commit 97160569ba

View File

@@ -310,7 +310,7 @@ extension MinimuxerError: LocalizedError {
case .NoConnection: case .NoConnection:
return NSLocalizedString("Unable to connect to the device, make sure StosVPN is enabled and you're connected to WiFi. This could mean an invalid pairing.", comment: "") return NSLocalizedString("Unable to connect to the device, make sure StosVPN is enabled and you're connected to WiFi. This could mean an invalid pairing.", comment: "")
case .PairingFile: case .PairingFile:
return NSLocalizedString("Invalid pairing file. Your pairing file either didn't have a UDID, or it wasn't a valid plist. Please use jitterbugpair to generate it", comment: "") return NSLocalizedString("Invalid pairing file. Your pairing file either didn't have a UDID, or it wasn't a valid plist. Please use idevice pair to regenerate it", comment: "")
case .CreateDebug: case .CreateDebug:
return self.createService(name: "debug") return self.createService(name: "debug")