diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/install.php b/install.php index 2742a16ce..289a32bf0 100644 --- a/install.php +++ b/install.php @@ -506,9 +506,10 @@ elseif ($step == 3) } else { - array_push($infos, l10n('The configuration of Piwigo is finished, here is the next step<br><br> -* go to the identification page and use the login/password given for webmaster<br> -* this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories')); + array_push( + $infos, + l10n('Congratulations, Piwigo installation is completed') + ); if (isset($error_copy)) { |