From 791322847332ee7b8ca000149874a183d22e71fb Mon Sep 17 00:00:00 2001 From: aboire Date: Wed, 8 Jul 2020 10:31:49 +0400 Subject: [PATCH] fix path event --- views/tpls/acceptAndAdmin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/tpls/acceptAndAdmin.php b/views/tpls/acceptAndAdmin.php index f19436e..68bbc2b 100644 --- a/views/tpls/acceptAndAdmin.php +++ b/views/tpls/acceptAndAdmin.php @@ -201,7 +201,7 @@ jQuery(document).ready(function() { inputType : "select", options : { "blockevent" : "Les blocs d'évènements", - "eventCarousel" : "Les évènements en carousel", + "eventsCarousel" : "Les évènements en carousel", "blockwithimg" : "Un bloc avec un texte et une image", "communityblock" : "Les blocs communautés", "communityCaroussel" : "Communauté en carousel", -- GitLab