mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(editor): Add SMTP info translation link slot (#5288)
This commit is contained in:
parent
72249e0de8
commit
c93664a57c
|
@ -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. <a href=\"https://docs.n8n.io/user-management/\" target=\"_blank\">More info</a> <br /> <br />",
|
||||
"settings.users.setupSMTPInfo": "You will need details of an <a href=\"https://docs.n8n.io/hosting/authentication/user-management-self-hosted/\" target=\"_blank\">SMTP server</a> 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). <a target=\"_blank\" href=\"https://docs.n8n.io/hosting/authentication/user-management-self-hosted/\">Instructions</a>",
|
||||
"settings.users.smtpToAddUsersWarning": "Set up SMTP before adding users (so that n8n can send them invitation emails). <a target=\"_blank\" href=\"https://docs.n8n.io/hosting/authentication/user-management-self-hosted/\">Instructions</a>",
|
||||
"settings.users.transferWorkflowsAndCredentials": "Transfer their workflows and credentials to another user",
|
||||
|
|
Loading…
Reference in a new issue