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(
|
$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'),
|
'description' => $this->translate('This must be a column from the source'),
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'multiOptions' => array(
|
'multiOptions' => array(
|
||||||
|
|
Loading…
Reference in New Issue