Skip to content

Commit

Permalink
Don't display "Add To Dashboard" on the dashboard
Browse files Browse the repository at this point in the history
resolves #9026
  • Loading branch information
Al2Klimov committed Apr 30, 2015
1 parent d43f472 commit ffe23a1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ public function apply(Tabs $tabs)
'dashboard_add',
array(
'icon' => 'img/icons/dashboard.png',
'label' => t('Add To Dashboard'),
'label' => t('Add New Pane Or Dashlet'),
'url' => Url::fromPath('dashboard/new-dashlet')
)
);
Expand Down

0 comments on commit ffe23a1

Please sign in to comment.