Menu: Don't translate home titles

Homes can't be provided by modules, so there's no way
that a translation exists.
This commit is contained in:
Johannes Meyer 2022-04-20 14:37:54 +02:00
parent 7aa34bb444
commit 33eaccf5b4

View File

@ -167,7 +167,7 @@ class Menu extends Navigation
}
$dashboardHomes[$home->name] = [
'label' => t($home->label),
'label' => $home->label,
'priority' => $home->priority,
'url' => Url::fromPath(Dashboard::BASE_ROUTE . '/home', [
'home' => $home->name