From 097d819ec81e6b345305426862fa4cd5a8aacf0d Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 28 Oct 2023 23:25:40 +0200 Subject: [PATCH] Installa Zwii Campus --- core/module/install/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/install/install.php b/core/module/install/install.php index faaaec2..8df6695 100644 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -240,7 +240,7 @@ class install extends common // Valeurs en sortie $this->addOutput([ 'display' => self::DISPLAY_LAYOUT_LIGHT, - 'title' => helper::translate('ZwiiCMS Installation'), + 'title' => helper::translate('Zwii Campus Installation'), 'view' => 'postinstall' ]); }