There will be '.. users create' instead of '.. setup config webserver --with..'
refs #8274
This commit is contained in:
parent
50fc85d7ff
commit
afd4a9a134
|
@ -45,11 +45,11 @@ class AuthenticationPage extends Form
|
||||||
'value' => sprintf(
|
'value' => sprintf(
|
||||||
$this->translate(
|
$this->translate(
|
||||||
'You\'re currently not authenticated using any of the web server\'s authentication '
|
'You\'re currently not authenticated using any of the web server\'s authentication '
|
||||||
. 'mechanisms. Make sure you\'ll configure such either by using the %s or by setting'
|
. 'mechanisms. Make sure you\'ll configure such either by using the %s once the '
|
||||||
. ' it up manually, otherwise you\'ll not be able to log into Icinga Web 2 once the '
|
. 'wizard is complete or by setting it up manually, otherwise you\'ll not be able '
|
||||||
. 'wizard is complete.'
|
. 'to log into Icinga Web 2.'
|
||||||
),
|
),
|
||||||
'<em title="icingacli help setup config webserver">IcingaCLI</em>'
|
'<em title="icingacli help users">IcingaCLI</em>'
|
||||||
),
|
),
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
'ViewHelper',
|
'ViewHelper',
|
||||||
|
|
Loading…
Reference in New Issue