Skip to content

Commit

Permalink
Use distinct placeholder text for feature type search box (#10734)
Browse files Browse the repository at this point in the history
  • Loading branch information
draunger authored Feb 5, 2025
1 parent f244e63 commit 6575296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/ui/preset_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6575296

Please sign in to comment.