diff options
| author | 2015-07-21 14:26:15 +0200 | |
|---|---|---|
| committer | 2015-07-21 14:27:31 +0200 | |
| commit | fa76e863c5622609b944542b0255c30f2f67c97e (patch) | |
| tree | e2a650ab3a34c2f79f381349bdbc47b4d80c1e26 /app/install.php | |
| parent | 4479924a50e90d6c9cfd5c98df59cbb18c110ba9 (diff) | |
Fix link for step 4 (install)
Fix https://github.com/FreshRSS/FreshRSS/issues/912
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php index ebd785f65..d5455f17d 100644 --- a/app/install.php +++ b/app/install.php @@ -925,7 +925,7 @@ case 5: <li class="item<?php echo STEP == 1 ? ' active' : ''; ?>"><a href="?step=1"><?php echo _t('install.check'); ?></a></li> <li class="item<?php echo STEP == 2 ? ' active' : ''; ?>"><a href="?step=2"><?php echo _t('install.conf'); ?></a></li> <li class="item<?php echo STEP == 3 ? ' active' : ''; ?>"><a href="?step=3"><?php echo _t('install.bdd.conf'); ?></a></li> - <li class="item<?php echo STEP == 4 ? ' active' : ''; ?>"><a href="?step=5"><?php echo _t('install.this_is_the_end'); ?></a></li> + <li class="item<?php echo STEP == 4 ? ' active' : ''; ?>"><a href="?step=4"><?php echo _t('install.this_is_the_end'); ?></a></li> </ul> <div class="post"> |
