mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(editor): Make schema view search copy more clear (#10807)
This commit is contained in:
parent
45dccf3d0c
commit
7f1c131b72
|
@ -2043,7 +2043,7 @@
|
|||
"ndv.trigger.webhookBasedNode.action": "Pull in events from {name}",
|
||||
"ndv.search.placeholder.output": "Search output",
|
||||
"ndv.search.placeholder.input": "Search selected node",
|
||||
"ndv.search.placeholder.input.schema": "Search previous nodes",
|
||||
"ndv.search.placeholder.input.schema": "Search previous nodes' fields",
|
||||
"ndv.search.noMatch.title": "No matching items",
|
||||
"ndv.search.noNodeMatch.title": "No matching nodes",
|
||||
"ndv.search.noMatch.description": "Try changing or {link} the filter to see more",
|
||||
|
|
Loading…
Reference in a new issue