Skip to content

Commit

Permalink
feat: Allow product updates as well as security updates (no-changelog) (
Browse files Browse the repository at this point in the history
  • Loading branch information
krynble authored Feb 21, 2024
1 parent a5e522e commit c346002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/editor-ui/src/api/workflow-webhooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ export async function submitEmailOnSignup(
user_id: `${instanceId}#${currentUser.id}`,
email,
agree,
agree_updates: true,
});
}
2 changes: 1 addition & 1 deletion packages/editor-ui/src/plugins/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c346002

Please sign in to comment.