From 3fb84df122cccce10b17a4f3f3b1707aa9072928 Mon Sep 17 00:00:00 2001 From: romainminaud Date: Fri, 28 Apr 2023 08:49:27 +0200 Subject: [PATCH] fix(editor): Change wording for Variables feature available plans (no-changelog) (#6096) update wording --- 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 0c617ecca..c75690cc1 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -1673,7 +1673,7 @@ "contextual.workflows.sharing.unavailable.button.desktop": "View plans", "contextual.variables.unavailable.title": "Available on Enterprise plan", - "contextual.variables.unavailable.title.cloud": "Available on Power plan", + "contextual.variables.unavailable.title.cloud": "Available on Pro plan", "contextual.variables.unavailable.title.desktop": "Upgrade to n8n Cloud to collaborate", "contextual.variables.unavailable.description": "Variables can be used to store and access data across workflows. Reference them in n8n using the prefix $vars (e.g. $vars.myVariable). Variables are immutable and cannot be modified within your workflows.
Learn more in the docs.", "contextual.variables.unavailable.button": "View plans",