aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type/ChangePasswordType.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Form/Type/ChangePasswordType.php')
-rw-r--r--src/Wallabag/CoreBundle/Form/Type/ChangePasswordType.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Form/Type/ChangePasswordType.php b/src/Wallabag/CoreBundle/Form/Type/ChangePasswordType.php
index b4224e3d..82e1954d 100644
--- a/src/Wallabag/CoreBundle/Form/Type/ChangePasswordType.php
+++ b/src/Wallabag/CoreBundle/Form/Type/ChangePasswordType.php
@@ -19,7 +19,7 @@ class ChangePasswordType extends AbstractType
19 'type' => 'password', 19 'type' => 'password',
20 'invalid_message' => 'The password fields must match.', 20 'invalid_message' => 'The password fields must match.',
21 'required' => true, 21 'required' => true,
22 'first_options' => array('label' => 'New password'), 22 'first_options' => array('label' => 'New password'),
23 'second_options' => array('label' => 'Repeat new password'), 23 'second_options' => array('label' => 'Repeat new password'),
24 'constraints' => array( 24 'constraints' => array(
25 new Constraints\Length(array( 25 new Constraints\Length(array(