From 3c0e80699bd0feada98edea72d93f94853585a81 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 3 Feb 2022 11:46:48 +0100 Subject: [PATCH] Supp module okay --- core/module/plugin/view/index/index.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/plugin/view/index/index.js.php b/core/module/plugin/view/index/index.js.php index 24542e5f..6a5a69ee 100644 --- a/core/module/plugin/view/index/index.js.php +++ b/core/module/plugin/view/index/index.js.php @@ -26,7 +26,7 @@ $(".moduleDelete").on("click", function() { */ $(".dataDelete").on("click", function() { var _this = $(this); - return core.confirm("Êtes-vous sûr de vouloir supprimer ce module ?", function() { + return core.confirm("Êtes-vous sûr de vouloir supprimer le module de cette page ?", function() { $(location).attr("href", _this.attr("href")); }); }); \ No newline at end of file