From de50f3c9a488b7aec96db0c8c76f675b491d9401 Mon Sep 17 00:00:00 2001 From: Angelo Stavrow Date: Tue, 2 Feb 2021 11:39:29 -0500 Subject: [PATCH] Change wording of error message --- Shared/Account/AccountModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Account/AccountModel.swift b/Shared/Account/AccountModel.swift index 0010a44..4dc3aba 100644 --- a/Shared/Account/AccountModel.swift +++ b/Shared/Account/AccountModel.swift @@ -28,7 +28,7 @@ extension AccountError: LocalizedError { ) case .invalidServerURL: return NSLocalizedString( - "The server entered doesn't appear to be a valid URL. Please check what you've entered and try again.", + "Please enter a valid instance domain name. It should look like \"https://example.com\" or \"write.as\".", // swiftlint:disable:this line_length comment: "" ) }