Icinga\Web\Widget\Tabextension\DashboardAction::apply(): translate label "Add To Dashboard"
This commit is contained in:
parent
ffe23a184f
commit
ab0b478e4f
|
@ -24,7 +24,7 @@ class DashboardAction implements Tabextension
|
|||
'dashboard',
|
||||
array(
|
||||
'icon' => 'dashboard',
|
||||
'label' => 'Add To Dashboard',
|
||||
'label' => t('Add To Dashboard'),
|
||||
'url' => Url::fromPath('dashboard/new-dashlet'),
|
||||
'urlParams' => array(
|
||||
'url' => rawurlencode(Url::fromRequest()->getRelativeUrl())
|
||||
|
|
Loading…
Reference in New Issue