Fix description text for change organization name modal (#5533)

Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com>
This commit is contained in:
Tuval Simha 2024-08-28 12:58:06 +03:00 committed by GitHub
parent bd90a812d2
commit b28312c329
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -380,9 +380,10 @@ const SettingsPageRenderer = (props: {
<CardHeader>
<CardTitle>Organization Name</CardTitle>
<CardDescription>
Changing the name of your organization <span className="font-bold">won't</span>{' '}
change the slug of your organization URL, and will invalidate any existing links
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
your organization.
<br />
<DocsLink
className="text-muted-foreground text-sm"