mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 01:28:32 +00:00
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:
parent
bd90a812d2
commit
b28312c329
1 changed files with 4 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue