fix: [elements:setting-search] Fixed typo

develop-unstable
Sami Mokaddem 2022-11-28 10:02:11 +01:00
parent 251331b121
commit 796574994c
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
$(document).ready(function() {
$("#search-settings").select2({
data: selectData,
placeholder: '<?= __('Search setting by typing here...') ?>',
placeholder: '<?= __('Search a setting by typing here...') ?>',
templateResult: formatSettingSearchResult,
templateSelection: formatSettingSearchSelection,
matcher: settingMatcher,