Don't talk about panes

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-12 15:53:38 +01:00
parent eb8cc21cae
commit 47401ca4b2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class DashboardSettings implements Tabextension
'dashboard_add', 'dashboard_add',
array( array(
'icon' => 'img/icons/dashboard.png', 'icon' => 'img/icons/dashboard.png',
'label' => t('Add New Pane Or Dashlet'), 'label' => t('Add Dashlet'),
'url' => Url::fromPath('dashboard/new-dashlet') 'url' => Url::fromPath('dashboard/new-dashlet')
) )
); );