From c93664a57c6f252044264b09876e9b474740f6e8 Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Mon, 30 Jan 2023 15:57:36 +0200 Subject: [PATCH] fix(editor): Add SMTP info translation link slot (#5288) --- packages/editor-ui/src/plugins/i18n/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index 08db286bd1..818c8ffb7c 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -1118,7 +1118,8 @@ "settings.users.setupMyAccount": "Set up my owner account", "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.setupSMTPInfo": "You will need details of an {link} to complete the setup.", + "settings.users.setupSMTPInfo.link": "SMTP server", "settings.users.smtpToAddUsersWarning": "Set up SMTP before adding users (so that n8n can send them invitation emails). Instructions", "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",