From d44b90b2a916972501f5e4703ae6aa2d1a4bd36d Mon Sep 17 00:00:00 2001 From: F TEMPEZ Date: Thu, 7 Dec 2023 11:35:17 +0100 Subject: [PATCH] =?UTF-8?q?libell=C3=A9=20installation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/install/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/module/install/install.php b/core/module/install/install.php index b652bfd..39daa7f 100644 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -78,7 +78,7 @@ class install extends common $this->addOutput([ 'display' => self::DISPLAY_LAYOUT_LIGHT, - 'title' => helper::translate('Installation'), + 'title' => helper::translate('ZwiiCampus installation'), 'view' => 'index' ]); } @@ -213,7 +213,7 @@ class install extends common // Valeurs en sortie $this->addOutput([ 'display' => self::DISPLAY_LAYOUT_LIGHT, - 'title' => helper::translate('Zwii Campus Installation'), + 'title' => helper::translate('ZwiiCampus Installation'), 'view' => 'postinstall' ]); }