Skip to content

Commit

Permalink
Merge pull request #1855 from BlackbitNeueMedien/form-label-password-…
Browse files Browse the repository at this point in the history
…reset

Password reset: Clearer form labels
  • Loading branch information
dpfaffenbauer authored Feb 7, 2022
2 parents 000e6e0 + 3bcb449 commit 928c7c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public function buildForm(FormBuilderInterface $builder, array $options)
$builder
->add('password', RepeatedType::class, [
'type' => PasswordType::class,
'first_options' => ['label' => 'coreshop.form.customer.password'],
'second_options' => ['label' => 'coreshop.form.customer.password_repeat'],
'first_options' => ['label' => 'coreshop.form.customer.new_password'],
'second_options' => ['label' => 'coreshop.form.customer.new_password_repeat'],
]);
}

Expand Down

0 comments on commit 928c7c0

Please sign in to comment.