Prefer 'hostname' over 'host name' in the LdapDiscoveryForm

This commit is contained in:
Eric Lippmann 2015-01-20 16:53:27 +01:00
parent 0b557b7b29
commit e93628f4b4
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class LdapDiscoveryForm extends Form
array(
'required' => false,
'label' => $this->translate('Host'),
'description' => $this->translate('IP or host name to search.'),
'description' => $this->translate('IP or hostname to search.'),
)
);