X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FForm%2FType%2FResetPasswordType.php;h=38f1a1054f513cd775c626996f23968d6335413e;hb=8ce32af61229eec8f4cc34b207273d47f60adc48;hp=a5d683c46f36fc2b2943c928d640f71468e6f20f;hpb=34437f408c5b7b590aded6795d7ce01bfbfc7711;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Form/Type/ResetPasswordType.php b/src/Wallabag/CoreBundle/Form/Type/ResetPasswordType.php index a5d683c4..38f1a105 100644 --- a/src/Wallabag/CoreBundle/Form/Type/ResetPasswordType.php +++ b/src/Wallabag/CoreBundle/Form/Type/ResetPasswordType.php @@ -15,7 +15,7 @@ class ResetPasswordType extends AbstractType 'type' => 'password', 'invalid_message' => 'The password fields must match.', 'required' => true, - 'first_options' => array('label' => 'New password'), + 'first_options' => array('label' => 'New password'), 'second_options' => array('label' => 'Repeat new password'), 'constraints' => array( new Constraints\Length(array(