mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
parent
8c80839cbc
commit
4c00d5effc
@ -164,10 +164,12 @@ class WebWizard extends Wizard implements SetupWizard
|
|||||||
/*} elseif ($page->getName() === 'setup_ldap_discovery_confirm') {
|
/*} elseif ($page->getName() === 'setup_ldap_discovery_confirm') {
|
||||||
$page->setResourceConfig($this->getPageData('setup_ldap_discovery'));*/
|
$page->setResourceConfig($this->getPageData('setup_ldap_discovery'));*/
|
||||||
} elseif ($page->getName() === 'setup_auth_db_resource') {
|
} elseif ($page->getName() === 'setup_auth_db_resource') {
|
||||||
$page->addDescription($this->translate(
|
$page->addDescription(mt(
|
||||||
|
'setup',
|
||||||
'Now please configure the database resource where to store users and user groups.'
|
'Now please configure the database resource where to store users and user groups.'
|
||||||
));
|
));
|
||||||
$page->addDescription($this->translate(
|
$page->addDescription(mt(
|
||||||
|
'setup',
|
||||||
'Note that the database itself does not need to exist at this time as'
|
'Note that the database itself does not need to exist at this time as'
|
||||||
. ' it is going to be created once the wizard is about to be finished.'
|
. ' it is going to be created once the wizard is about to be finished.'
|
||||||
));
|
));
|
||||||
@ -195,10 +197,12 @@ class WebWizard extends Wizard implements SetupWizard
|
|||||||
$page->setSubjectTitle('Icinga Web 2');
|
$page->setSubjectTitle('Icinga Web 2');
|
||||||
$page->setSummary($this->getSetup()->getSummary());
|
$page->setSummary($this->getSetup()->getSummary());
|
||||||
} elseif ($page->getName() === 'setup_config_db_resource') {
|
} elseif ($page->getName() === 'setup_config_db_resource') {
|
||||||
$page->addDescription($this->translate(
|
$page->addDescription(mt(
|
||||||
|
'setup',
|
||||||
'Now please configure the database resource where to store user preferences.'
|
'Now please configure the database resource where to store user preferences.'
|
||||||
));
|
));
|
||||||
$page->addDescription($this->translate(
|
$page->addDescription(mt(
|
||||||
|
'setup',
|
||||||
'Note that the database itself does not need to exist at this time as'
|
'Note that the database itself does not need to exist at this time as'
|
||||||
. ' it is going to be created once the wizard is about to be finished.'
|
. ' it is going to be created once the wizard is about to be finished.'
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user