1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

fix labels on new user prompt

fix tests

nl

add translation validation length
This commit is contained in:
Thomas Citharel 2016-02-08 22:49:17 +01:00
parent ae5b37ef2e
commit 6fa4be38eb
3 changed files with 7 additions and 1 deletions

View file

@ -293,7 +293,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
'new_user[plainPassword][second]' => 'mypassword2',
'new_user[email]' => 'wallace@wallace.me',
),
'This value is not valid',
'The password fields must match',
),
);
}