mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 17:39:06 +02:00
Added german translations for password reset dialogs and email
This commit is contained in:
parent
12b3107188
commit
9cdf31492a
8 changed files with 259 additions and 24 deletions
|
@ -82,7 +82,7 @@ class SecurityController extends AbstractController
|
|||
|
||||
$builder = $this->createFormBuilder();
|
||||
$builder->add('user', TextType::class, [
|
||||
'label' => $this->translator->trans('pw_reset.user_or_password'),
|
||||
'label' => $this->translator->trans('pw_reset.user_or_email'),
|
||||
'constraints' => [new NotBlank()]
|
||||
]);
|
||||
$builder->add('captcha', CaptchaType::class, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue