mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
SyncRuleForm: Replaced title for object type. refs: #9707
This commit is contained in:
parent
b9eac26193
commit
6d65ce5066
@ -15,7 +15,7 @@ class SyncRuleForm extends DirectorObjectForm
|
||||
));
|
||||
|
||||
$this->addElement('select', 'object_type', array(
|
||||
'label' => $this->translate('Please select a object type'),
|
||||
'label' => $this->translate('Object Type'),
|
||||
'description' => $this->translate('This must be a column from the source'),
|
||||
'required' => true,
|
||||
'multiOptions' => array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user