Resolve "Partout, renommer "cercle" en "service" et "centre" en "territoire""

This commit is contained in:
2025-11-04 15:25:10 +00:00
committed by Julien Fastré
parent 208a378185
commit b7a92bf656
22 changed files with 283 additions and 277 deletions

View File

@@ -246,7 +246,7 @@ final class EventController extends AbstractController
'class' => Center::class,
'choices' => $centers,
'placeholder' => $this->translator->trans('Pick a center'),
'label' => 'To which centre should the event be associated ?',
'label' => 'To which territory should the event be associated ?',
])
->add('submit', SubmitType::class, [
'label' => 'Next step',