From 1bcfb39698b4f60a852b6723a7268bca45c8a3d6 Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Wed, 14 Dec 2022 15:25:36 +0200 Subject: [PATCH] feat: Update credential sharing messages (no-changelog) (#4927) feat: Update cred sharing messages --- .../src/components/CredentialEdit/CredentialSharing.ee.vue | 1 + packages/editor-ui/src/plugins/i18n/locales/en.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/editor-ui/src/components/CredentialEdit/CredentialSharing.ee.vue b/packages/editor-ui/src/components/CredentialEdit/CredentialSharing.ee.vue index 92b05817f0..7370a68bbb 100644 --- a/packages/editor-ui/src/components/CredentialEdit/CredentialSharing.ee.vue +++ b/packages/editor-ui/src/components/CredentialEdit/CredentialSharing.ee.vue @@ -30,6 +30,7 @@ n8n Cloud right now", "fakeDoor.credentialEdit.sharing.actionBox.description": "We’re working on bringing it to this edition of n8n, as a paid feature. If you’d like to be the first to hear when it’s ready, join the list.", - "fakeDoor.credentialEdit.sharing.actionBox.title.cloud.upgrade": "Upgrade to add users", - "fakeDoor.credentialEdit.sharing.actionBox.description.cloud.upgrade": "Power and Pro plan users can create multiple user accounts and share credentials. (Sharing workflows is coming soon)", + "fakeDoor.credentialEdit.sharing.actionBox.title.cloud.upgrade": "Upgrade to share credentials", + "fakeDoor.credentialEdit.sharing.actionBox.description.cloud.upgrade": "Power and Pro plan users can create multiple user accounts and collaborate on workflows", "fakeDoor.credentialEdit.sharing.actionBox.button.cloud.upgrade": "Upgrade", "fakeDoor.settings.environments.name": "Environments", "fakeDoor.settings.environments.infoText": "Environments allow you to use different settings and credentials in a workflow when you're building it vs when it's running in production",