diff --git a/AltStore/Server/Server.swift b/AltStore/Server/Server.swift index 568d091d..76af2427 100644 --- a/AltStore/Server/Server.swift +++ b/AltStore/Server/Server.swift @@ -32,7 +32,7 @@ enum ConnectionError: LocalizedError case connectionFailed case connectionDropped - var errorDescription: String? { + var failureReason: String? { switch self { case .serverNotFound: return NSLocalizedString("Could not find AltServer.", comment: "")