This commit is contained in:
Julie Lenaerts 2022-02-11 17:07:47 +01:00
parent b9af54892b
commit 973644c62d

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);