1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-26 13:29:14 +03:00

feat: Allow product updates as well as security updates (no-changelog) (#8689)

This commit is contained in:
Omar Ajoue 2024-02-21 09:11:42 +00:00 committed by GitHub
parent a5e522e536
commit c346002cc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -45,5 +45,6 @@ export async function submitEmailOnSignup(
user_id: `${instanceId}#${currentUser.id}`,
email,
agree,
agree_updates: true,
});
}

View File

@ -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",