Skip to content

Commit aef0c4d

Browse files
authored
Language: Update language term to use existing term - refs #6460
1 parent ad12b66 commit aef0c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CoreBundle/Controller/AccountController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function changePassword(
204204
));
205205
} elseif ($newPassword !== $confirmPassword) {
206206
$form->get('confirmPassword')->addError(new FormError(
207-
$this->translator->trans('Passwords do not match.')
207+
$this->translator->trans('Passwords do not match')
208208
));
209209
} else {
210210
$user->setPlainPassword($newPassword);

0 commit comments

Comments
 (0)