diff options
| author | 2014-12-11 22:42:20 +0100 | |
|---|---|---|
| committer | 2014-12-11 22:42:20 +0100 | |
| commit | a34503a7aba67028c12a4db23fe101c3e927a53e (patch) | |
| tree | 4f0af2ddce3b9e549c75a589ca035b70ac19f033 /app/install.php | |
| parent | bf51a8e87569617eca685cdcc1e7194f199b98fa (diff) | |
Fix i1_n keys in install script
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/install.php b/app/install.php index fcdf8d604..8091a9eb0 100644 --- a/app/install.php +++ b/app/install.php @@ -678,13 +678,13 @@ function printStep2() { function printStep3() { ?> <?php $s3 = checkStep3(); if ($s3['all'] == 'ok') { ?> - <p class="alert alert-success"><span class="alert-head"><?php echo _t('gen.short.ok'); ?></span> <?php echo _t('install.bdd.ok'); ?></p> + <p class="alert alert-success"><span class="alert-head"><?php echo _t('gen.short.ok'); ?></span> <?php echo _t('install.bdd.conf.ok'); ?></p> <?php } elseif ($s3['conn'] == 'ko') { ?> - <p class="alert alert-error"><span class="alert-head"><?php echo _t('gen.short.damn'); ?></span> <?php echo _t('install.bdd.ko'),(empty($_SESSION['bd_error']) ? '' : ' : ' . $_SESSION['bd_error']); ?></p> + <p class="alert alert-error"><span class="alert-head"><?php echo _t('gen.short.damn'); ?></span> <?php echo _t('install.bdd.conf.ko'),(empty($_SESSION['bd_error']) ? '' : ' : ' . $_SESSION['bd_error']); ?></p> <?php } ?> <form action="index.php?step=3" method="post"> - <legend><?php echo _t('install.bdd.configuration'); ?></legend> + <legend><?php echo _t('install.bdd.conf'); ?></legend> <div class="form-group"> <label class="group-name" for="type"><?php echo _t('install.bdd.type'); ?></label> <div class="group-controls"> |
