From 32d898d72d008a82547cbef56dc83860833e34fc Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 30 Aug 2021 22:51:59 +0200 Subject: [PATCH] Message confirmation effacement d'un module --- core/module/addon/view/index/index.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/addon/view/index/index.js.php b/core/module/addon/view/index/index.js.php index 8e670ba8..b16b84ce 100644 --- a/core/module/addon/view/index/index.js.php +++ b/core/module/addon/view/index/index.js.php @@ -16,7 +16,7 @@ */ $(".moduleDelete").on("click", function() { var _this = $(this); - return core.confirm("Êtes-vous sûr de vouloir supprimer, effacer ce module ?", function() { + return core.confirm("Êtes-vous sûr de vouloir supprimer ce module ?", function() { $(location).attr("href", _this.attr("href")); }); }); \ No newline at end of file