Skip to content

Commit

Permalink
Icinga\Web\Widget\Tabextension\DashboardAction::apply(): translate la…
Browse files Browse the repository at this point in the history
…bel "Add To Dashboard"
  • Loading branch information
Al2Klimov committed Apr 30, 2015
1 parent ffe23a1 commit ab0b478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icinga/Web/Widget/Tabextension/DashboardAction.php
Expand Up @@ -24,7 +24,7 @@ public function apply(Tabs $tabs)
'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())
Expand Down

0 comments on commit ab0b478

Please sign in to comment.