fix(editor): Add a hint for showing archived workflows when there are no active ones (#18120)

This commit is contained in:
Svetoslav Dekov
2025-08-08 13:45:20 +03:00
committed by GitHub
parent 03c75c365b
commit 7e4c5af383
4 changed files with 40 additions and 3 deletions

View File

@@ -2738,6 +2738,8 @@
"workflows.readyToRunWorkflows.cta": "Run a workflow",
"workflows.readyToRunWorkflows.folder.name": "🚀 Ready-to-run workflows",
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
"workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
"workflows.archivedOnly.hint.link": "Update filters",
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
"importCurlModal.title": "Import cURL command",
"importCurlModal.input.label": "cURL Command",