Added help on config screen

This commit is contained in:
Nicolas Lœuillet
2016-11-12 13:18:39 +01:00
parent d213219ec7
commit 540a9bc4a2
33 changed files with 164 additions and 46 deletions

View File

@ -68,7 +68,7 @@ class Config
* @Assert\Range(
* min = 1,
* max = 100000,
* maxMessage = "validator.rss_limit_too_hight"
* maxMessage = "validator.rss_limit_too_high"
* )
*/
private $rssLimit;