Skip to content

Commit 06e3e0a

Browse files
committed
4120: Fixed field label
1 parent b7a3e14 commit 06e3e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Controller/Admin/ThemeCrudController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function configureFields(string $pageName): iterable
3535
->setFormTypeOption('by_reference', false)->setLabel('Anmeldelser')
3636
;
3737

38-
$categoriesField = CollectionField::new('themeCategories')->setLabel('Tilføj Tema og Kategori')
38+
$categoriesField = CollectionField::new('themeCategories')->setLabel('Kategorier')
3939
->setEntryType(ThemeCategoryType::class)
4040
->setFormTypeOptions([
4141
'by_reference' => false, // important for OneToMany associations

0 commit comments

Comments
 (0)