IcingaServiceSetForm: complete description
This commit is contained in:
parent
0db659cc4e
commit
bed122d906
|
@ -16,7 +16,7 @@ class IcingaServiceSetForm extends DirectorObjectForm
|
||||||
$this->addElement('text', 'object_name', array(
|
$this->addElement('text', 'object_name', array(
|
||||||
'label' => $this->translate('Service set name'),
|
'label' => $this->translate('Service set name'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
'A short name identifying this set of ser'
|
'A short name identifying this set of services'
|
||||||
),
|
),
|
||||||
'required' => true,
|
'required' => true,
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in New Issue