Skip to content

Commit b28312c

Browse files
TuvalSimhakamilkisielasaihaj
authored
Fix description text for change organization name modal (#5533)
Co-authored-by: Kamil Kisiela <[email protected]> Co-authored-by: Saihajpreet Singh <[email protected]>
1 parent bd90a81 commit b28312c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/web/app/src/pages/organization-settings.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,10 @@ const SettingsPageRenderer = (props: {
380380
<CardHeader>
381381
<CardTitle>Organization Name</CardTitle>
382382
<CardDescription>
383-
Changing the name of your organization <span className="font-bold">won't</span>{' '}
384-
change the slug of your organization URL, and will invalidate any existing links
385-
to your organization.
383+
Changing the name of your organization will
384+
<span className="font-bold">not</span> change the slug of your organization URL,
385+
and will <span className="font-bold">not</span> invalidate any existing links to
386+
your organization.
386387
<br />
387388
<DocsLink
388389
className="text-muted-foreground text-sm"

0 commit comments

Comments
 (0)