libellé installation

This commit is contained in:
Fred Tempez 2023-12-07 11:35:17 +01:00
parent ff922ca58a
commit d44b90b2a9

View File

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