mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Rename Execute previous nodes label to Test previous nodes (no-changelog) (#8392)
This commit is contained in:
@@ -780,7 +780,7 @@
|
|||||||
"ndv.input.noOutputDataInBranch": "No input data in this branch",
|
"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.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": "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.title": "No input data yet",
|
||||||
"ndv.input.noOutputData.hint": "(From the earliest node that has no output data yet)",
|
"ndv.input.noOutputData.hint": "(From the earliest node that has no output data yet)",
|
||||||
"ndv.input.executingPrevious": "Executing previous nodes...",
|
"ndv.input.executingPrevious": "Executing previous nodes...",
|
||||||
|
|||||||
Reference in New Issue
Block a user