diff --git a/application/forms/IcingaServiceForm.php b/application/forms/IcingaServiceForm.php index 8ae9a819..0334d57e 100644 --- a/application/forms/IcingaServiceForm.php +++ b/application/forms/IcingaServiceForm.php @@ -93,7 +93,8 @@ class IcingaServiceForm extends DirectorObjectForm ); $this->addHtmlHint($msg); - $this->setButtons()->setSubmitLabel( + $this->setButtons(); + $this->setSubmitLabel( $this->translate('Override vars') ); }