1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Fix minor typo

This commit is contained in:
Frank Steinborn 2021-10-18 00:25:04 +02:00 committed by fguillot
parent 87d58987a6
commit 2dcabc840c
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ var (
errServerFailure = "Unable to fetch this resource (Status Code = %d)"
errEncoding = "Unable to normalize encoding: %q"
errEmptyFeed = "This feed is empty"
errResourceNotFound = "Resource not found (404), this feed doesn't exists anymore, check the feed URL"
errResourceNotFound = "Resource not found (404), this feed doesn't exist anymore, check the feed URL"
errNotAuthorized = "You are not authorized to access this resource (invalid username/password)"
)