ImportSourceLdap: fix typo
fix typo in ImportSourceLdap form Properties
This commit is contained in:
parent
bc94f467ef
commit
4d37ee001f
|
@ -67,7 +67,7 @@ class ImportSourceLdap extends ImportSourceHook
|
|||
'label' => $form->translate('Properties'),
|
||||
'description' => $form->translate(
|
||||
'The LDAP properties that should be fetched. This is required to be a'
|
||||
. ' comma-separated list like: "cn, dnshostname, operatingystem, sAMAccountName"'
|
||||
. ' comma-separated list like: "cn, dnshostname, operatingsystem, sAMAccountName"'
|
||||
),
|
||||
'spellcheck' => 'false',
|
||||
'required' => true,
|
||||
|
|
Loading…
Reference in New Issue