mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
fix(editor): Fix owner set-up checkbox wording (#5697)
update checkbox wording
This commit is contained in:
parent
29f2629716
commit
58232bec61
|
@ -80,7 +80,7 @@
|
||||||
"auth.role": "Role",
|
"auth.role": "Role",
|
||||||
"auth.roles.member": "Member",
|
"auth.roles.member": "Member",
|
||||||
"auth.roles.owner": "Owner",
|
"auth.roles.owner": "Owner",
|
||||||
"auth.agreement.label": "I’d be OK sharing my opinion on n8n (no marketing emails though)",
|
"auth.agreement.label": "Inform me about security vulnerabilities if they arise",
|
||||||
"auth.setup.confirmOwnerSetup": "Set up owner account?",
|
"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/user-management/\" 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.createAccount": "Create account",
|
||||||
|
|
Loading…
Reference in a new issue