chore: add organisation docs (#1831)

This commit is contained in:
David Nguyen
2025-06-10 20:54:36 +10:00
committed by GitHub
parent 22a37409c1
commit 504a0893ab
43 changed files with 452 additions and 202 deletions

View File

@ -142,11 +142,11 @@ export const TeamGroupCreateDialog = ({ ...props }: TeamGroupCreateDialogProps)
.with('SELECT', () => (
<DialogHeader>
<DialogTitle>
<Trans>Add members</Trans>
<Trans>Add groups</Trans>
</DialogTitle>
<DialogDescription>
<Trans>Select members or groups of members to add to the team.</Trans>
<Trans>Select groups of members to add to the team.</Trans>
</DialogDescription>
</DialogHeader>
))