Skip to content

Commit bdec5c7

Browse files
committed
Merge branch 'cs-fixes'
2 parents c96014c + cb46b8a commit bdec5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/Dashboard/DashboardRegistryController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function configureFields(string $pageName): iterable
6565
yield AssociationField::new('credentials')
6666
->onlyOnForms();
6767

68-
yield FormField::addPanel('Test');
68+
yield FormField::addPanel('Packages');
6969

7070
yield ChoiceField::new('packageMirroring')
7171
->setSortable(false)

0 commit comments

Comments
 (0)