Skip to content

Commit

Permalink
Merge pull request #2 from mad-coders/change_menu_navi
Browse files Browse the repository at this point in the history
Change menu item name
  • Loading branch information
plewandowski authored Oct 14, 2021
2 parents fdc7d1e + 8b1949e commit 09d656c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 189 deletions.
188 changes: 0 additions & 188 deletions .github/workflows/build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/Ui/Menu/AdminMenuListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function addAdminMenuItems(MenuBuilderEvent $event): void

$newMadcodersCareInstructionSubmenu
->addChild('madcoders-taxon-gallery-list', ['route' => 'madcoders_taxon_gallery_admin_taxon_gallery_item_index'])
->setLabel('Taxon gallery')
->setLabel('Taxon Gallery Items')
->setLabelAttribute('icon', 'file image outline')
;
}
Expand Down

0 comments on commit 09d656c

Please sign in to comment.