mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +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] = [
|
||||
'label' => t($home->label),
|
||||
'label' => $home->label,
|
||||
'priority' => $home->priority,
|
||||
'url' => Url::fromPath(Dashboard::BASE_ROUTE . '/home', [
|
||||
'home' => $home->name
|
||||
|
Loading…
x
Reference in New Issue
Block a user