From dfa486e4f2f06712d084a75045332aa1cfac29c1 Mon Sep 17 00:00:00 2001 From: Tomi Turtiainen <10324676+tomi@users.noreply.github.com> Date: Tue, 16 Jan 2024 09:31:44 +0200 Subject: [PATCH] fix: Change setup credentials modal title (no-changelog) (#8338) --- packages/editor-ui/src/plugins/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index 593856627..af5cbe9c4 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -2371,5 +2371,5 @@ "templateSetup.continue.button": "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.", "templateSetup.continue.button.fillRemaining": "Fill remaining credentials to continue", - "setupCredentialsModal.title": "Set up credentials" + "setupCredentialsModal.title": "Set up template" }