diff --git a/module/form/form.php b/module/form/form.php
index 00f68ef8..6af68148 100755
--- a/module/form/form.php
+++ b/module/form/form.php
@@ -32,7 +32,7 @@ class form extends common {
public static $pagination;
- const FORM_VERSION = '1.3';
+ const FORM_VERSION = '1.4';
const TYPE_MAIL = 'mail';
const TYPE_SELECT = 'select';
@@ -183,7 +183,7 @@ class form extends common {
fclose($fp);
// Valeurs en sortie
$this->addOutput([
- 'notification' => ' Export CSV effectué dans :
'.$csvfilename,
+ 'notification' => 'Export CSV effectué dans le gestionnaire de fichiers
sous le nom '.$csvfilename,
'redirect' => helper::baseUrl() . $this->getUrl(0) .'/data',
'state' => true
]);