fix(editor): Show execution error as message (#6431)

show execution error as message
This commit is contained in:
Michael Auerswald
2023-06-15 11:52:21 +02:00
committed by GitHub
parent 1fe6459569
commit d3b78e291e
2 changed files with 7 additions and 1 deletions

View File

@@ -864,6 +864,7 @@
"nodeView.runButtonText.executeWorkflow": "Execute Workflow",
"nodeView.runButtonText.executingWorkflow": "Executing Workflow",
"nodeView.runButtonText.waitingForTriggerEvent": "Waiting for Trigger Event",
"nodeView.showError.workflowError": "Workflow execution finished with an error",
"nodeView.showError.getWorkflowDataFromUrl.title": "Problem loading workflow",
"nodeView.showError.importWorkflowData.title": "Problem importing workflow",
"nodeView.showError.mounted1.message": "There was a problem loading init data",