feat(editor): Allow partial template credential setup (no-changelog) (#7899)

Enable continue button even if all credentials havent been setup
This commit is contained in:
Tomi Turtiainen
2023-12-04 09:30:34 +02:00
committed by GitHub
parent a8049a0def
commit a78729b12f
4 changed files with 8 additions and 28 deletions

View File

@@ -2281,6 +2281,5 @@
"templateSetup.instructions": "You need {0} account to setup this template",
"templateSetup.skip": "Skip",
"templateSetup.continue.button": "Continue",
"templateSetup.continue.tooltip": "Connect to {numLeft} more app to continue | Connect to {numLeft} more apps to continue",
"templateSetup.credential.description": "The credential you select will be used in the {0} node of the workflow template. | The credential you select will be used in the {0} nodes of the workflow template."
}