mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +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(
|
array(
|
||||||
'required' => false,
|
'required' => false,
|
||||||
'label' => $this->translate('Host'),
|
'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