From 6647cf8beab3bec1dcd39c9891274685e402a6f2 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 19 Aug 2020 14:06:34 +0200 Subject: [PATCH] oups --- module/search/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/search/search.php b/module/search/search.php index 7c7fcbf1..da94ecd5 100755 --- a/module/search/search.php +++ b/module/search/search.php @@ -35,7 +35,7 @@ class search extends common { public static $defaultButtonText = 'Rechercher'; - public static $defaultPlaceHolder = 'Entrez un plusieurs mots-clés.'; + public static $defaultPlaceHolder = 'Entrez un ou plusieurs mots-clés.'; const SEARCH_VERSION = '1.1';