diff --git a/src/Controller/Dashboard/DashboardRegistryController.php b/src/Controller/Dashboard/DashboardRegistryController.php index 43faf23..0d45544 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)