We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad12b66 commit aef0c4dCopy full SHA for aef0c4d
src/CoreBundle/Controller/AccountController.php
@@ -204,7 +204,7 @@ public function changePassword(
204
));
205
} elseif ($newPassword !== $confirmPassword) {
206
$form->get('confirmPassword')->addError(new FormError(
207
- $this->translator->trans('Passwords do not match.')
+ $this->translator->trans('Passwords do not match')
208
209
} else {
210
$user->setPlainPassword($newPassword);
0 commit comments