We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c96014c + cb46b8a commit bdec5c7Copy full SHA for bdec5c7
src/Controller/Dashboard/DashboardRegistryController.php
@@ -65,7 +65,7 @@ public function configureFields(string $pageName): iterable
65
yield AssociationField::new('credentials')
66
->onlyOnForms();
67
68
- yield FormField::addPanel('Test');
+ yield FormField::addPanel('Packages');
69
70
yield ChoiceField::new('packageMirroring')
71
->setSortable(false)
0 commit comments