mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-14 21:31:23 +00:00
Add missing translations and add eventThemeType missing config
This commit is contained in:
@@ -39,7 +39,7 @@ class AddEventBudgetElementType extends AbstractType
|
||||
],
|
||||
'choice_label' => fn (EventBudgetKind $kind) => $this->translatableStringHelper->localize($kind->getName()),
|
||||
'choice_value' => fn (?EventBudgetKind $kind) => $kind?->getId(),
|
||||
'placeholder' => 'Select a budget element kind',
|
||||
'placeholder' => 'event.budget.Select a budget element kind',
|
||||
])
|
||||
->add('amount', NumberType::class, [
|
||||
'required' => true,
|
||||
|
||||
Reference in New Issue
Block a user