mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 18:59:04 +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
cdb489bc88
commit
ff54184681
@ -169,7 +169,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