diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index ef9af4f7a3..affdc5a6e9 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -1729,6 +1729,8 @@ "variables.empty.heading.userNotSetup": "Set up a variable", "variables.empty.description": "Variables can be used to store data that can be referenced easily across multiple workflows.", "variables.empty.button": "Add first variable", + "variables.empty.notAllowedToCreate.heading": "{name}, start using variables", + "variables.empty.notAllowedToCreate.description": "Ask your n8n instance owner to create the variables you need. Once configured, you can utilize them in your workflows using the syntax $vars.MY_VAR.", "variables.noResults": "No variables found", "variables.sort.nameAsc": "Sort by name (A-Z)", "variables.sort.nameDesc": "Sort by name (Z-A)", diff --git a/packages/editor-ui/src/views/VariablesView.vue b/packages/editor-ui/src/views/VariablesView.vue index 9d7442f2e0..9e1f742f8a 100644 --- a/packages/editor-ui/src/views/VariablesView.vue +++ b/packages/editor-ui/src/views/VariablesView.vue @@ -278,8 +278,9 @@ onBeforeUnmount(() => { @click="goToUpgrade" /> -