mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Change wording of error message
This commit is contained in:
parent
6da33e22cc
commit
de50f3c9a4
@ -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: ""
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user