Use distinct placeholder text for feature type search box (#10734)

This commit is contained in:
dragoon
2025-02-05 20:01:41 +05:30
committed by GitHub
parent f244e63661
commit 6575296a85
2 changed files with 2 additions and 1 deletions

View File

@@ -736,6 +736,7 @@ en:
back_tooltip: Change feature type
remove: Remove
search: Search
search_feature_type: Search feature type
unknown: Unknown
incomplete: <not downloaded>
feature_list: Search features

View File

@@ -121,7 +121,7 @@ export function uiPresetList(context) {
var search = searchWrap
.append('input')
.attr('class', 'preset-search-input')
.attr('placeholder', t('inspector.search'))
.attr('placeholder', t('inspector.search_feature_type'))
.attr('type', 'search')
.call(utilNoAuto)
.on('keydown', initialKeydown)