From 94ab8e9a21f1ed79b34b020400da204145e76d2e Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Sun, 23 Apr 2023 19:14:15 +0200 Subject: [PATCH] use translated string --- views/bootstrap/class.Search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index 769be8aeb..d63f3a70d 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -1025,7 +1025,7 @@ $(document).ready(function() { 'type'=>'search', 'name'=>'query', 'value'=>htmlspecialchars($this->query), - 'placeholder'=>'Search in title, comments, keywords, content', + 'placeholder'=>getMLText('search_query_placeholder'), ) ); $this->formField(getMLText("under_folder"), $this->getFolderChooserHtml("form3", M_READ, -1, $startfolder, 'folderfullsearchid'));