Skip to content

Commit

Permalink
Minor copy tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
gandreini committed Dec 2, 2024
1 parent 02a15b0 commit 118fbb2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@ const createFields: INodeProperties[] = [
{
name: 'Dynamic',
value: 'DynamicMembership',
description:
'Lets you use rules for users to automatically add and remove users as members',
description: 'Lets you use rules to automatically add and remove users as members',
},
],
routing: {
Expand Down Expand Up @@ -918,7 +917,8 @@ const updateFields: INodeProperties[] = [
displayName: 'Allow External Senders',
name: 'allowExternalSenders',
default: false,
description: 'Whether people external to the organization can send messages to the group',
description:
'Whether people external to the organization can send messages to the group. Wait a few seconds before editing this field in a newly created group.',
type: 'boolean',
validateType: 'boolean',
},
Expand All @@ -927,7 +927,7 @@ const updateFields: INodeProperties[] = [
name: 'autoSubscribeNewMembers',
default: false,
description:
'Whether new members added to the group will be auto-subscribed to receive email notifications',
'Whether new members added to the group will be auto-subscribed to receive email notifications. Wait a few seconds before editing this field in a newly created group.',
type: 'boolean',
validateType: 'boolean',
},
Expand Down

0 comments on commit 118fbb2

Please sign in to comment.