Change wording of error message

This commit is contained in:
Angelo Stavrow 2021-02-02 11:39:29 -05:00
parent 6da33e22cc
commit de50f3c9a4
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -28,7 +28,7 @@ extension AccountError: LocalizedError {
) )
case .invalidServerURL: case .invalidServerURL:
return NSLocalizedString( 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: "" comment: ""
) )
} }