ImportSourceLdap: fix typo

fix typo in ImportSourceLdap form Properties
This commit is contained in:
Jesse Reppin 2017-10-09 10:46:10 +02:00 committed by Thomas Gelf
parent bc94f467ef
commit 4d37ee001f
1 changed files with 1 additions and 1 deletions

View File

@ -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,