|
@@ -19,7 +19,7 @@ enum UserFacingError {
|
|
|
case .timedOut:
|
|
case .timedOut:
|
|
|
"The request timed out. Please try again."
|
|
"The request timed out. Please try again."
|
|
|
case .networkConnectionLost:
|
|
case .networkConnectionLost:
|
|
|
- "The connection was interrupted. Please try again."
|
|
|
|
|
|
|
+ "Couldn't connect. Please try again."
|
|
|
default:
|
|
default:
|
|
|
generic
|
|
generic
|
|
|
}
|
|
}
|