Skip to content

Commit

Permalink
fix(editor): Make schema view search copy more clear (#10807)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsmr authored and riascho committed Sep 23, 2024
1 parent e41e8dc commit 11decea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/plugins/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 11decea

Please sign in to comment.