Re-add a description to the setup wizard

If someone has a better alternative don't hesitate
to replace this with a valid description.

fixes #7836
This commit is contained in:
Johannes Meyer 2014-11-26 08:57:40 +01:00
parent ff19696429
commit e82cc35043
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ $cliPath = realpath(Icinga::app()->getApplicationDir() . '/../bin/icingacli');
<?php else: ?>
<p><?= mt(
'setup',
''
'This wizard will guide you through the configuration of Icinga Web 2. Once completed and successfully'
. ' finished you are able to log in and to explore all the new and stunning features!'
); ?></p>
<?php endif ?>
<form id="<?= $form->getName(); ?>" name="<?= $form->getName(); ?>" enctype="<?= $form->getEncType(); ?>" method="<?= $form->getMethod(); ?>" action="<?= $form->getAction(); ?>">