From ca2e6ffb01dfc9453867488baaae020d68ad5b69 Mon Sep 17 00:00:00 2001 From: Tim Goudriaan Date: Fri, 24 Oct 2025 16:13:44 +0200 Subject: [PATCH] Fix label in admin panel Signed-off-by: Tim Goudriaan --- src/Controller/Dashboard/DashboardRegistryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/Dashboard/DashboardRegistryController.php b/src/Controller/Dashboard/DashboardRegistryController.php index 43faf236..0d45544d 100644 --- a/src/Controller/Dashboard/DashboardRegistryController.php +++ b/src/Controller/Dashboard/DashboardRegistryController.php @@ -63,7 +63,7 @@ public function configureFields(string $pageName): iterable yield AssociationField::new('credentials') ->onlyOnForms(); - yield FormField::addPanel('Test'); + yield FormField::addPanel('Packages'); yield ChoiceField::new('packageMirroring') ->setSortable(false)