diff --git a/core/core.php b/core/core.php index 5d8111e6..c4bb25b5 100755 --- a/core/core.php +++ b/core/core.php @@ -2422,9 +2422,9 @@ class layout extends common { $notificationClass = 'notificationError'; } if (common::$coreNotices) { - $notification = 'Données absentes, restauration de

| '; - foreach (common::$coreNotices as $item) $notification .= $item . ' | '; - $notificationClass = 'notificationError'; + $notification = 'Installation des données :

'; + foreach (common::$coreNotices as $item) $notification .= $item . ' '; + $notificationClass = 'notificationSuccess'; } elseif(empty($_SESSION['ZWII_NOTIFICATION_SUCCESS']) === false) { $notification = $_SESSION['ZWII_NOTIFICATION_SUCCESS'];