mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
fix: Update links for user management and SMTP help (#5109)
new links for UM and SMTP help
This commit is contained in:
parent
320e646380
commit
47e32e4268
|
@ -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 <b>{entities}</b>, 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. <a href=\"https://docs.n8n.io/reference/user-management.html\" target=\"_blank\">More info</a>",
|
||||
"auth.setup.confirmOwnerSetupMessage": "To give others access to your <b>{entities}</b>, 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. <a href=\"https://docs.n8n.io/user-management/\" target=\"_blank\">More info</a>",
|
||||
"auth.setup.createAccount": "Create account",
|
||||
"auth.setup.goBack": "Go back",
|
||||
"auth.setup.next": "Next",
|
||||
|
@ -1104,10 +1104,10 @@
|
|||
"settings.users.noUsersToInvite": "No users to invite",
|
||||
"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/reference/user-management.html\" target=\"_blank\">More info</a>",
|
||||
"settings.users.setupSMTPInfo": "You can also send invite emails if you provide a valid {link} 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/reference/user-management.html#step-one-smtp\">Instructions</a>",
|
||||
"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.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",
|
||||
"settings.users.transferredToUser": "Data transferred to {user}",
|
||||
"settings.users.userDeleted": "User deleted",
|
||||
|
|
Loading…
Reference in a new issue