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",