mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Improve parser error messages
This commit is contained in:
parent
953d0a2dc0
commit
f110384f11
11 changed files with 61 additions and 61 deletions
|
@ -24,7 +24,7 @@ var (
|
|||
errServerFailure = "Unable to fetch feed (statusCode=%d)"
|
||||
errDuplicate = "This feed already exists (%s)"
|
||||
errNotFound = "Feed %d not found"
|
||||
errEncoding = "Unable to normalize encoding: %v"
|
||||
errEncoding = "Unable to normalize encoding: %q"
|
||||
errCategoryNotFound = "Category not found for this user"
|
||||
errEmptyFeed = "This feed is empty"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue