mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-25 19:41:14 -08:00
feat: Allow product updates as well as security updates (no-changelog) (#8689)
This commit is contained in:
parent
a5e522e536
commit
c346002cc6
|
@ -45,5 +45,6 @@ export async function submitEmailOnSignup(
|
|||
user_id: `${instanceId}#${currentUser.id}`,
|
||||
email,
|
||||
agree,
|
||||
agree_updates: true,
|
||||
});
|
||||
}
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
"auth.roles.member": "Member",
|
||||
"auth.roles.admin": "Admin",
|
||||
"auth.roles.owner": "Owner",
|
||||
"auth.agreement.label": "Inform me about security vulnerabilities if they arise",
|
||||
"auth.agreement.label": "I want to receive security and product updates",
|
||||
"auth.setup.next": "Next",
|
||||
"auth.setup.settingUpOwnerError": "Problem setting up owner",
|
||||
"auth.setup.setupOwner": "Set up owner account",
|
||||
|
|
Loading…
Reference in a new issue