From 4b10ec101bc97099d87a9f82c321df5cac48e099 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Mon, 9 Jan 2023 10:34:05 +0000 Subject: [PATCH] new links for UM and SMTP help --- packages/editor-ui/src/plugins/i18n/locales/en.json | 8 ++++---- packages/editor-ui/src/views/SettingsUsersView.vue | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index 148efb428968f..d271575503fc2 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -81,7 +81,7 @@ "auth.roles.owner": "Owner", "auth.agreement.label": "I’d be OK sharing my opinion on n8n (no marketing emails though)", "auth.setup.confirmOwnerSetup": "Set up owner account?", - "auth.setup.confirmOwnerSetupMessage": "To give others access to your {entities}, you’ll need to share these account details with them. Or you can continue as before with no account, by going back and skipping this setup. More info", + "auth.setup.confirmOwnerSetupMessage": "To give others access to your {entities}, you’ll need to share these account details with them. Or you can continue as before with no account, by going back and skipping this setup. More info", "auth.setup.createAccount": "Create account", "auth.setup.goBack": "Go back", "auth.setup.next": "Next", @@ -1095,9 +1095,9 @@ "settings.users.setupSMTPToInviteUsers": "Set up SMTP to invite users. {action}", "settings.users.setupSMTPToInviteUsers.instructions": "Instructions", "settings.users.setupToInviteUsers": "To invite users, set up your own account", - "settings.users.setupToInviteUsersInfo": "Invited users won’t be able to see workflows and credentials of other users unless you upgrade. More info

", - "settings.users.setupSMTPInfo": "You will need details of an SMTP server to complete the setup.", - "settings.users.smtpToAddUsersWarning": "Set up SMTP before adding users (so that n8n can send them invitation emails). Instructions", + "settings.users.setupToInviteUsersInfo": "Invited users won’t be able to see workflows and credentials of other users unless you upgrade. More info

", + "settings.users.setupSMTPInfo": "You will need details of an SMTP server to complete the setup.", + "settings.users.smtpToAddUsersWarning": "Set up SMTP before adding users (so that n8n can send them invitation emails). Instructions", "settings.users.transferWorkflowsAndCredentials": "Transfer their workflows and credentials to another user", "settings.users.transferredToUser": "Data transferred to {user}", "settings.users.userDeleted": "User deleted", diff --git a/packages/editor-ui/src/views/SettingsUsersView.vue b/packages/editor-ui/src/views/SettingsUsersView.vue index 9ee3119c51868..06cc0a85c3328 100644 --- a/packages/editor-ui/src/views/SettingsUsersView.vue +++ b/packages/editor-ui/src/views/SettingsUsersView.vue @@ -8,7 +8,7 @@