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' ]); }