Merge remote-tracking branch 'origin/master' into issue440_mesparcours_brouillon

This commit is contained in:
2022-02-11 15:11:20 +01:00
5 changed files with 29 additions and 13 deletions

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