Added some translations

This commit is contained in:
Jan Böhmer 2019-03-15 18:59:07 +01:00
parent 1b8b5d927f
commit ab3f5db174
4 changed files with 168 additions and 1 deletions

View file

@ -119,7 +119,7 @@ class UserController extends AbstractController
'max' => 128
])]
])
->add('submit', SubmitType::class)
->add('submit', SubmitType::class, ['label' => 'save'])
->getForm();
$pw_form->handleRequest($request);