Skip to content

Commit

Permalink
Update AdminMenuListener.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoplh authored Nov 22, 2018
1 parent c9d3d85 commit ea7179b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Menu/AdminMenuListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ private function addChild(ItemInterface $item): void
->addChild('brands', [
'route' => 'loevgaard_sylius_brand_admin_brand_index',
])
->setLabel('Brands')
->setLabel('loevgaard_sylius_brand.ui.brands')
->setLabelAttribute('icon', 'building');
}
}

0 comments on commit ea7179b

Please sign in to comment.