From cdb0dbc3b4ec3b9f39ce55f12fce835979a7bff6 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 15 Aug 2020 09:48:05 +0200 Subject: [PATCH] Nom du module en FR --- core/module/page/page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/page/page.php b/core/module/page/page.php index ea04e665..ab1a92df 100755 --- a/core/module/page/page.php +++ b/core/module/page/page.php @@ -35,7 +35,7 @@ class page extends common { 'form' => 'Formulaire', 'gallery' => 'Galerie', 'redirection' => 'Redirection', - 'research' => 'Rechercher' + 'search' => 'Recherche' ]; public static $typeMenu = [ 'text' => 'Texte',