set text for no-result in selection of mimetype

This commit is contained in:
Uwe Steinmann 2025-04-29 10:32:20 +02:00
parent b2cfde85ca
commit 181482a1a7

View File

@ -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
)
);