Commit e1388016 by Yvon

minor wording

parent f63dc67d
...@@ -47,7 +47,7 @@ class InfosPrestaQuizType extends AbstractType ...@@ -47,7 +47,7 @@ class InfosPrestaQuizType extends AbstractType
'constraints' => [new NotNull()], 'constraints' => [new NotNull()],
]) ])
->add('horaires', TextType::class, [ ->add('horaires', TextType::class, [
'label' => 'Jours, horaires et périodes de fermeture pour congés :', 'label' => "Jours et horaires d'ouverture :",
'required' => true, 'required' => true,
'constraints' => [new NotNull()], 'constraints' => [new NotNull()],
]) ])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment