fix(editor): Show appropriate empty workflow list content when instance environment is readonly (#6610)

This commit is contained in:
Csaba Tuncsik
2023-07-06 15:57:39 +02:00
committed by GitHub
parent 8002213538
commit 7515f7d52a
3 changed files with 11 additions and 7 deletions

View File

@@ -1682,6 +1682,7 @@
"workflows.empty.heading": "👋 Welcome {name}!",
"workflows.empty.heading.userNotSetup": "👋 Welcome!",
"workflows.empty.description": "Create your first workflow",
"workflows.empty.description.readOnlyEnv": "No workflows here yet",
"workflows.empty.startFromScratch": "Start from scratch",
"workflows.shareModal.title": "Share '{name}'",
"workflows.shareModal.select.placeholder": "Add users...",