Skip to content

Commit

Permalink
Change menu label
Browse files Browse the repository at this point in the history
  • Loading branch information
eerison committed Oct 6, 2022
1 parent 86ae625 commit 57c7477
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function configureSettings(OptionsResolver $resolver): void
*/
public function getMetadata(): MetadataInterface
{
return new Metadata('sonata.block.service.menu', null, null, 'SonataBlockBundle', [
return new Metadata('sonata.seo.block.menu.breadcrumb', null, null, 'SonataSeoBundle', [
'class' => 'fa fa-bars',
]);
}
Expand Down
4 changes: 4 additions & 0 deletions src/Resources/translations/SonataSeoBundle.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<source>sonata.seo.block.email.share_button</source>
<target>Share via E-Mail</target>
</trans-unit>
<trans-unit id="sonata_seo_block_menu_breadcrumb">
<source>sonata.seo.block.menu.breadcrumb</source>
<target>Breadcrumb Menu</target>
</trans-unit>
<trans-unit id="sonata_seo_block_facebook_like_box">
<source>sonata.seo.block.facebook.like_box</source>
<target>Facebook - Likebox</target>
Expand Down

0 comments on commit 57c7477

Please sign in to comment.