From b20b231ce03d6ed27ea99ec9765c1d31e81b8d6d Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Fri, 3 Jul 2026 12:55:25 +0200 Subject: [PATCH] =?UTF-8?q?Modification=20message=20enregistrement/suppres?= =?UTF-8?q?sion=20param=C3=A8tres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ad62fa4..9c88e25 100644 --- a/index.html +++ b/index.html @@ -25,9 +25,9 @@ {{if $_GET.msg|match:"immobilisation"}} {{:assign msg="Immobilisation enregistrée"}} {{elseif $_GET.msg|match:"suppr_infos"}} - {{:assign msg="Informations supprimées"}} + {{:assign msg="Paramètres supprimés"}} {{elseif $_GET.msg|match:"infos"}} - {{:assign msg="Informations enregistrées"}} + {{:assign msg="Paramètres enregistrés"}} {{/if}}

{{$msg}}

{{elseif $_GET.err}}