fix(editor): Fix owner set-up checkbox wording (#5697)

update checkbox wording
This commit is contained in:
romainminaud 2023-03-16 09:58:40 +01:00 committed by GitHub
parent 29f2629716
commit 58232bec61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": "Id 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>, youll 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>, youll 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",