IcingaServiceForm: fix setting submit label

This commit is contained in:
Thomas Gelf 2016-10-11 14:36:07 +00:00
parent 960fb4a3d0
commit 0ac7c0f448

View File

@ -93,7 +93,8 @@ class IcingaServiceForm extends DirectorObjectForm
);
$this->addHtmlHint($msg);
$this->setButtons()->setSubmitLabel(
$this->setButtons();
$this->setSubmitLabel(
$this->translate('Override vars')
);
}