diff --git a/application/forms/Dashboard/DashletForm.php b/application/forms/Dashboard/DashletForm.php index d25001a235..ae8072cda2 100644 --- a/application/forms/Dashboard/DashletForm.php +++ b/application/forms/Dashboard/DashletForm.php @@ -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 { @@ -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') ) ); }