This commit is contained in:
Julien Fastré 2022-02-11 14:35:10 +01:00
parent 450277f32a
commit fbf777e134

View File

@ -225,7 +225,7 @@ final class PersonController extends AbstractController
])->add('createPeriod', SubmitType::class, [
'label' => 'Add the person and create an accompanying period',
])->add('createHousehold', SubmitType::class, [
'label' => 'Add the person and create a household'
'label' => 'Add the person and create a household',
]);
$form->handleRequest($request);