diff --git a/data/core.yaml b/data/core.yaml index da821d6b0..997fda11d 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -736,6 +736,7 @@ en: back_tooltip: Change feature type remove: Remove search: Search + search_feature_type: Search feature type unknown: Unknown incomplete: feature_list: Search features diff --git a/modules/ui/preset_list.js b/modules/ui/preset_list.js index 2cb003f4a..e148f5934 100644 --- a/modules/ui/preset_list.js +++ b/modules/ui/preset_list.js @@ -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)