Skip to content

Commit 094a8e4

Browse files
committed
Update copy
1 parent c1cc91d commit 094a8e4

File tree

1 file changed

+2
-19
lines changed
  • packages/ui/src/components/devPrompts/EnableOrganizationsPrompt

1 file changed

+2
-19
lines changed

packages/ui/src/components/devPrompts/EnableOrganizationsPrompt/index.tsx

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -194,27 +194,10 @@ const EnableOrganizationsPromptInternal = ({
194194
label={
195195
<Flex gap={2}>
196196
<span>Require organization membership</span>
197-
<PromptBadge>Most common</PromptBadge>
197+
<PromptBadge>Standard</PromptBadge>
198198
</Flex>
199199
}
200-
description={
201-
<>
202-
<span
203-
css={css`
204-
display: block;
205-
`}
206-
>
207-
Users need to belong to at least one organization.
208-
</span>
209-
<span
210-
css={css`
211-
display: block;
212-
`}
213-
>
214-
Common for most B2B SaaS applications
215-
</span>{' '}
216-
</>
217-
}
200+
description='Users need to belong to at least one organization.'
218201
/>
219202
<RadioGroupItem
220203
value='allow'

0 commit comments

Comments
 (0)