From 9cd419d3308b22eb0740453f63a3839eaf252b29 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 30 Jul 2015 15:28:13 +0200 Subject: [PATCH] UserGroupBackendPage: Add missing page description refs #9609 --- modules/setup/application/forms/UserGroupBackendPage.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/setup/application/forms/UserGroupBackendPage.php b/modules/setup/application/forms/UserGroupBackendPage.php index 1d8858689..6c986bf0a 100644 --- a/modules/setup/application/forms/UserGroupBackendPage.php +++ b/modules/setup/application/forms/UserGroupBackendPage.php @@ -35,6 +35,10 @@ class UserGroupBackendPage extends Form { $this->setName('setup_usergroup_backend'); $this->setTitle($this->translate('User Group Backend', 'setup.page.title')); + $this->addDescription($this->translate( + 'To allow Icinga Web 2 to associate users and groups, you\'ll need to provide some further information' + . ' about the LDAP Connection that is already going to be used to locate account details.' + )); } /**