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}`, user_id: `${instanceId}#${currentUser.id}`,
email, email,
agree, agree,
agree_updates: true,
}); });
} }

View file

@ -108,7 +108,7 @@
"auth.roles.member": "Member", "auth.roles.member": "Member",
"auth.roles.admin": "Admin", "auth.roles.admin": "Admin",
"auth.roles.owner": "Owner", "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.next": "Next",
"auth.setup.settingUpOwnerError": "Problem setting up owner", "auth.setup.settingUpOwnerError": "Problem setting up owner",
"auth.setup.setupOwner": "Set up owner account", "auth.setup.setupOwner": "Set up owner account",