소스 검색

Use clearer wording for network connection lost errors.

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 3 주 전
부모
커밋
666a06b5f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      App AI for Reddit/Utilities/UserFacingError.swift

+ 1 - 1
App AI for Reddit/Utilities/UserFacingError.swift

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