1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

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

@ -373,7 +373,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
[
'rss_config[rss_limit]' => 1000000000000,
],
'validator.rss_limit_too_hight',
'validator.rss_limit_too_high',
],
];
}