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 bd90a81 commit b28312cCopy full SHA for b28312c
packages/web/app/src/pages/organization-settings.tsx
@@ -380,9 +380,10 @@ const SettingsPageRenderer = (props: {
380
<CardHeader>
381
<CardTitle>Organization Name</CardTitle>
382
<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.
+ Changing the name of your organization will
+ <span className="font-bold">not</span> change the slug of your organization URL,
+ and will <span className="font-bold">not</span> invalidate any existing links to
386
+ your organization.
387
<br />
388
<DocsLink
389
className="text-muted-foreground text-sm"
0 commit comments