mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 03:09:11 +02:00
IcingaServiceForm: fix setting submit label
This commit is contained in:
parent
960fb4a3d0
commit
0ac7c0f448
@ -93,7 +93,8 @@ class IcingaServiceForm extends DirectorObjectForm
|
|||||||
);
|
);
|
||||||
|
|
||||||
$this->addHtmlHint($msg);
|
$this->addHtmlHint($msg);
|
||||||
$this->setButtons()->setSubmitLabel(
|
$this->setButtons();
|
||||||
|
$this->setSubmitLabel(
|
||||||
$this->translate('Override vars')
|
$this->translate('Override vars')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user