mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
fix(editor): Rename Execute previous nodes
label to Test previous nodes
(no-changelog) (#8392)
This commit is contained in:
parent
83228e26fb
commit
75d3ecca1c
|
@ -780,7 +780,7 @@
|
|||
"ndv.input.noOutputDataInBranch": "No input data in this branch",
|
||||
"ndv.input.noOutputDataInNode": "Node did not output any data. n8n stops executing the workflow when a node has no output data.",
|
||||
"ndv.input.noOutputData": "No data",
|
||||
"ndv.input.noOutputData.executePrevious": "Execute previous nodes",
|
||||
"ndv.input.noOutputData.executePrevious": "Test previous nodes",
|
||||
"ndv.input.noOutputData.title": "No input data yet",
|
||||
"ndv.input.noOutputData.hint": "(From the earliest node that has no output data yet)",
|
||||
"ndv.input.executingPrevious": "Executing previous nodes...",
|
||||
|
|
Loading…
Reference in a new issue