mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Use distinct placeholder text for feature type search box (#10734)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user