diff --git a/Form/Type/ClosingMotiveType.php b/Form/Type/ClosingMotiveType.php index faaf0c6f5..0656bdfd8 100644 --- a/Form/Type/ClosingMotiveType.php +++ b/Form/Type/ClosingMotiveType.php @@ -45,8 +45,8 @@ class ClosingMotiveType extends AbstractType $resolver->setDefaults(array( 'class' => 'ChillPersonBundle:AccompanyingPeriod\ClosingMotive', 'empty_data' => null, - 'empty_value' => 'Choose a motive', - 'property' => 'name['.$this->locale.']' + 'placeholder' => 'Choose a motive', + 'choice_label' => 'name['.$this->locale.']' ) ); }