mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
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…
x
Reference in New Issue
Block a user