redirection translate okay

This commit is contained in:
Fred Tempez 2023-01-24 11:53:24 +01:00
parent 27f5797086
commit 73e728118a
1 changed files with 2 additions and 2 deletions

View File

@ -35,13 +35,13 @@ class redirection extends common {
// Valeurs en sortie
$this->addOutput([
'redirect' => helper::baseUrl() . $this->getUrl(),
'notification' => 'Modifications enregistrées',
'notification' => helper::translate('Modifications enregistrées'),
'state' => true
]);
}
// Valeurs en sortie
$this->addOutput([
'title' => 'Configuration du module',
'title' => helper::translate('Configuration du module'),
'view' => 'config'
]);
}