mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Prefer 'hostname' over 'host name' in the LdapDiscoveryForm
This commit is contained in:
parent
0b557b7b29
commit
e93628f4b4
@ -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.'),
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user