diff --git a/library/Icinga/Web/Menu.php b/library/Icinga/Web/Menu.php index 0ec9104ee..689bc1f24 100644 --- a/library/Icinga/Web/Menu.php +++ b/library/Icinga/Web/Menu.php @@ -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