There will be '.. users create' instead of '.. setup config webserver --with..'

refs #8274
This commit is contained in:
Johannes Meyer 2015-01-27 10:54:33 +01:00
parent 50fc85d7ff
commit afd4a9a134
1 changed files with 4 additions and 4 deletions

View File

@ -45,11 +45,11 @@ class AuthenticationPage extends Form
'value' => sprintf(
$this->translate(
'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'
. ' it up manually, otherwise you\'ll not be able to log into Icinga Web 2 once the '
. 'wizard is complete.'
. 'mechanisms. Make sure you\'ll configure such either by using the %s once the '
. 'wizard is complete or by setting it up manually, otherwise you\'ll not be able '
. 'to log into Icinga Web 2.'
),
'<em title="icingacli help setup config webserver">IcingaCLI</em>'
'<em title="icingacli help users">IcingaCLI</em>'
),
'decorators' => array(
'ViewHelper',