From e93628f4b421384c56d807afd24ac25e2169a640 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 20 Jan 2015 16:53:27 +0100 Subject: [PATCH] Prefer 'hostname' over 'host name' in the LdapDiscoveryForm --- application/forms/LdapDiscoveryForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/LdapDiscoveryForm.php b/application/forms/LdapDiscoveryForm.php index ea5f3a99e..6a14c2ecd 100644 --- a/application/forms/LdapDiscoveryForm.php +++ b/application/forms/LdapDiscoveryForm.php @@ -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.'), ) );