IcingaServiceSetForm: complete description

This commit is contained in:
Thomas Gelf 2016-10-20 02:56:19 +00:00
parent 0db659cc4e
commit bed122d906
1 changed files with 1 additions and 1 deletions

View File

@ -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,
));