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