1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-31 18:31:01 +00:00

Improve API

This commit is contained in:
Frédéric Guillot 2017-12-24 18:04:34 -08:00
parent 3f473e4a09
commit d5b8f2fb88
15 changed files with 238 additions and 110 deletions

View file

@ -22,5 +22,5 @@ func ValidateTheme(theme string) error {
}
}
return errors.NewLocalizedError("Invalid theme.")
return errors.NewLocalizedError("Invalid theme")
}