From 181482a1a7036035a55755c1bf0ffb97975265c6 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 29 Apr 2025 10:32:20 +0200 Subject: [PATCH] set text for no-result in selection of mimetype --- 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 fa6a97844..89918276c 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -774,7 +774,7 @@ $(document).ready(function() { 'class'=>'chzn-select', 'name'=>'mimetype[]', 'multiple'=>true, - 'attributes'=>array(array('data-placeholder', getMLText('select_mimetype')), array('data-no_results_text', getMLText('unknown_mimetype'))), + 'attributes'=>array(array('data-placeholder', getMLText('select_mimetype')), array('data-no_results_text', getMLText('no_mimetype'))), 'options'=>$options ) );