diff --git a/application/forms/IcingaServiceSetForm.php b/application/forms/IcingaServiceSetForm.php index a843de19..a3cbc8cd 100644 --- a/application/forms/IcingaServiceSetForm.php +++ b/application/forms/IcingaServiceSetForm.php @@ -16,7 +16,7 @@ class IcingaServiceSetForm extends DirectorObjectForm $this->addElement('text', 'object_name', array( 'label' => $this->translate('Service set name'), 'description' => $this->translate( - 'A short name identifying this set of ser' + 'A short name identifying this set of services' ), 'required' => true, ));