Cosmetic : highlight message after upgrade

This commit is contained in:
sparkyx 2025-01-18 19:37:18 +01:00
parent 5be894f963
commit fcb62c09de
3 changed files with 28 additions and 5 deletions

View file

@ -388,9 +388,10 @@ if ($op=='upgradeCore')
$progress->set_value(100);
$url=sprintf('<a href="%s"> install.php</a>', NOALYSS_URL."/install.php");
printf(_("Afin de terminer l'installation aller sur %s , à la fin de la procédure , demandez à effacer le fichier install.php"),
printf(_("Afin de terminer l'installation, aller sur %s. A la fin de la procédure de mise à jour, demander à effacer le fichier install.php"),
$url);
} catch (Exception $ex ) {
record_log($ex);
echo '<p class="notice">';
echo $ex->getMessage();
echo '</p>';