Skip to content

Commit

Permalink
Merge pull request #37 from adpeyre/patch-1
Browse files Browse the repository at this point in the history
Fix menu translation
  • Loading branch information
oallain authored May 17, 2022
2 parents 1326f63 + 032daf4 commit 06c9914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Menu/GDPRMenuListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function addGDPRMenuItems(MenuBuilderEvent $event): void

$gdprMenu = $menu->addChild('gdpr');
$gdprMenu
->addChild('app.ui.gdpr.advanced_actions', [
->addChild('sylius.ui.admin.synolia_gdpr.advanced_actions.title', [
'route' => 'sylius_gdpr_advanced_actions',
]);
}
Expand Down

0 comments on commit 06c9914

Please sign in to comment.