From 07cea541eb2e9f5578a78d5af4e9b6595356717a Mon Sep 17 00:00:00 2001 From: Eric Jaw Date: Fri, 28 Jul 2017 16:02:23 -0400 Subject: [PATCH] icingaweb2/setup typo on page don' ==> don't --- modules/setup/application/forms/LdapDiscoveryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/setup/application/forms/LdapDiscoveryPage.php b/modules/setup/application/forms/LdapDiscoveryPage.php index 15e8f4864..21dceb33a 100644 --- a/modules/setup/application/forms/LdapDiscoveryPage.php +++ b/modules/setup/application/forms/LdapDiscoveryPage.php @@ -31,7 +31,7 @@ class LdapDiscoveryPage extends Form $this->setTitle($this->translate('LDAP Discovery', 'setup.page.title')); $this->addDescription($this->translate( 'You can use this page to discover LDAP or ActiveDirectory servers ' . - ' for authentication. If you don\' want to execute a discovery, just skip this step.' + ' for authentication. If you don\'t want to execute a discovery, just skip this step.' )); }