UserGroupBackendPage: Add missing page description

refs #9609
This commit is contained in:
Johannes Meyer 2015-07-30 15:28:13 +02:00
parent 171be7a436
commit 9cd419d330
1 changed files with 4 additions and 0 deletions

View File

@ -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.'
));
}
/**