Skip to content

Commit 66206df

Browse files
author
p01
committed
Switched from Search to Filter in the Resource tree
1 parent aca6f30 commit 66206df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/resource-manager/resource_tree_view.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ cls.ResourceTreeView.create_ui_widgets = function()
9999
handler: "resource-tree-text-search",
100100
shortcuts: "resource-tree-text-search",
101101
title: ui_strings.S_SEARCH_INPUT_TOOLTIP,
102-
label: ui_strings.S_INPUT_DEFAULT_TEXT_SEARCH
102+
label: ui_strings.S_INPUT_DEFAULT_TEXT_FILTER,
103+
type: "filter"
103104
}
104105
]
105106
}

0 commit comments

Comments
 (0)