Icinga\Web\Widget\Tabextension\DashboardAction::apply(): translate label "Add To Dashboard"

This commit is contained in:
Alexander A. Klimov 2015-04-30 17:49:42 +02:00
parent ffe23a184f
commit ab0b478e4f
1 changed files with 1 additions and 1 deletions

View File

@ -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())