fix(editor): Change executions title to match menu (#5349)

* fix(editor): Prevent content moving between pages

* fix(editor): Change execution page title
This commit is contained in:
Csaba Tuncsik
2023-02-03 14:00:22 +01:00
committed by GitHub
parent 50cb75706b
commit 338b354ef1
3 changed files with 20 additions and 16 deletions

View File

@@ -484,7 +484,7 @@
"executionsList.unknown": "Unknown",
"executionsList.unsavedWorkflow": "[UNSAVED WORKFLOW]",
"executionsList.waiting": "Waiting",
"executionsList.workflowExecutions": "Workflow Executions",
"executionsList.workflowExecutions": "All Executions",
"executionsList.view": "View",
"executionsList.stop": "Stop",
"executionsList.statusTooltipText.theWorkflowIsWaitingIndefinitely": "The workflow is waiting indefinitely for an incoming webhook call.",