mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Correct error message typo
This commit is contained in:
parent
b2cbcc23c3
commit
ee4dc0aaae
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ struct SafariWebLink: Identifiable {
|
|||
if let fetchError = error as? ContentFetchError {
|
||||
switch fetchError {
|
||||
case .network:
|
||||
errorMessage = "We were unable to retrieve your content. Please ccheck network connectivity and try again."
|
||||
errorMessage = "We were unable to retrieve your content. Please check network connectivity and try again."
|
||||
default:
|
||||
errorMessage = "We were unable to parse your content."
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue