diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index 781d56acc504c..4fc371f00f2cc 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -1607,6 +1607,7 @@ "variables.heading": "Variables", "variables.add": "Add Variable", "variables.add.unavailable": "Upgrade plan to keep using variables", + "variables.add.unavailable.empty": "Upgrade plan to start using variables", "variables.add.onlyOwnerCanCreate": "Only owner can create variables", "variables.empty.heading": "{name}, let's set up a variable", "variables.empty.heading.userNotSetup": "Set up a variable", diff --git a/packages/editor-ui/src/views/VariablesView.vue b/packages/editor-ui/src/views/VariablesView.vue index b150a92f1bcaf..eb99443b1ebf4 100644 --- a/packages/editor-ui/src/views/VariablesView.vue +++ b/packages/editor-ui/src/views/VariablesView.vue @@ -236,7 +236,9 @@ function displayName(resource: EnvironmentVariable) {