mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 03:09:10 +02:00
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:
parent
7aa34bb444
commit
33eaccf5b4
@ -167,7 +167,7 @@ class Menu extends Navigation
|
|||||||
}
|
}
|
||||||
|
|
||||||
$dashboardHomes[$home->name] = [
|
$dashboardHomes[$home->name] = [
|
||||||
'label' => t($home->label),
|
'label' => $home->label,
|
||||||
'priority' => $home->priority,
|
'priority' => $home->priority,
|
||||||
'url' => Url::fromPath(Dashboard::BASE_ROUTE . '/home', [
|
'url' => Url::fromPath(Dashboard::BASE_ROUTE . '/home', [
|
||||||
'home' => $home->name
|
'home' => $home->name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user