mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 15:54:03 +02:00
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…
x
Reference in New Issue
Block a user