mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
parent
a304645b14
commit
c2d7f0577e
@ -78,7 +78,7 @@ class DashboardController extends ActionController
|
||||
$dashboard = $this->dashboard;
|
||||
$form = new DashletForm();
|
||||
$form->setDashboard($dashboard);
|
||||
$form->setSubmitLabel(t('Update Dashlet'));
|
||||
$form->setSubmitLabel($this->translate('Update Dashlet'));
|
||||
if (! $this->_request->getParam('pane')) {
|
||||
throw new Zend_Controller_Action_Exception(
|
||||
'Missing parameter "pane"',
|
||||
|
Loading…
x
Reference in New Issue
Block a user