Merge pull request #3262 from node-red/search-history

Add search history to main search box
This commit is contained in:
Nick O'Leary
2022-01-12 17:51:46 +00:00
committed by GitHub
3 changed files with 88 additions and 3 deletions

View File

@@ -894,6 +894,8 @@
"addTitle": "add an item"
},
"search": {
"history": "Search history",
"clear": "clear all",
"empty": "No matches found",
"addNode": "add a node..."
},