Skip to content

Commit

Permalink
Merge pull request #18 from nicoplh/patch-1
Browse files Browse the repository at this point in the history
Update AdminMenuListener.php
  • Loading branch information
loevgaard authored Nov 22, 2018
2 parents 8f4e9c2 + ea7179b commit 37ef2b1
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 37ef2b1

Please sign in to comment.