We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f140600 commit b213f71Copy full SHA for b213f71
packages/app/src/app/pages/Dashboard/Components/NewTeamModal/TeamMembers.tsx
@@ -180,7 +180,7 @@ export const TeamMembers: React.FC<{
180
<Textarea
181
aria-describedby="invitees-role"
182
id="member"
183
- label="Invite team members (Insert emails separated by a comma)"
+ label="Invite up to 4 additional team members (Insert email addresses separated by a comma)"
184
name="members"
185
value={addressesString}
186
onChange={e => {
0 commit comments