Skip to content

Commit

Permalink
Don't talk about pane, #2
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 12, 2015
1 parent 47401ca commit b4e0fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/forms/Dashboard/DashletForm.php
Expand Up @@ -96,7 +96,7 @@ public function createElements(array $formData)
array(
'required' => true,
'label' => $this->translate("New Dashboard Title"),
'description' => $this->translate('Enter a title for the new pane.')
'description' => $this->translate('Enter a title for the new dashboard')
)
);
} else {
Expand All @@ -107,7 +107,7 @@ public function createElements(array $formData)
'required' => true,
'label' => $this->translate('Dashboard'),
'multiOptions' => $panes,
'description' => $this->translate('Select a pane you want to add the dashlet.')
'description' => $this->translate('Select a dashboard you want to add the dashlet to')
)
);
}
Expand Down

0 comments on commit b4e0fe9

Please sign in to comment.