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

View File

@ -21,7 +21,8 @@ $cliPath = realpath(Icinga::app()->getApplicationDir() . '/../bin/icingacli');
<?php else: ?> <?php else: ?>
<p><?= mt( <p><?= mt(
'setup', '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> ); ?></p>
<?php endif ?> <?php endif ?>
<form id="<?= $form->getName(); ?>" name="<?= $form->getName(); ?>" enctype="<?= $form->getEncType(); ?>" method="<?= $form->getMethod(); ?>" action="<?= $form->getAction(); ?>"> <form id="<?= $form->getName(); ?>" name="<?= $form->getName(); ?>" enctype="<?= $form->getEncType(); ?>" method="<?= $form->getMethod(); ?>" action="<?= $form->getAction(); ?>">