diff --git a/src/Bundle/ChillPersonBundle/Controller/PersonController.php b/src/Bundle/ChillPersonBundle/Controller/PersonController.php index ac371a2af..ef06e4d3e 100644 --- a/src/Bundle/ChillPersonBundle/Controller/PersonController.php +++ b/src/Bundle/ChillPersonBundle/Controller/PersonController.php @@ -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);