Add missing translations and add eventThemeType missing config

This commit is contained in:
2025-05-08 16:22:36 +02:00
parent dd0c662c9e
commit aef1efc6cd
4 changed files with 19 additions and 4 deletions

View File

@@ -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,