diff --git a/packages/editor-ui/src/api/workflow-webhooks.ts b/packages/editor-ui/src/api/workflow-webhooks.ts index 564af534eb..0822147bfd 100644 --- a/packages/editor-ui/src/api/workflow-webhooks.ts +++ b/packages/editor-ui/src/api/workflow-webhooks.ts @@ -45,5 +45,6 @@ export async function submitEmailOnSignup( user_id: `${instanceId}#${currentUser.id}`, email, agree, + agree_updates: true, }); } diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index f6ea41e2b6..5d2d4b003f 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -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",