Skip to content

Commit 0d4fc54

Browse files
authored
docs(studio): clarify free project limit message (supabase#42007)
docs: clarify free project limit across organizations
1 parent 4281be7 commit 0d4fc54

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

apps/studio/pages/new/[slug].tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,11 +452,11 @@ const Wizard: NextPageWithLayout = () => {
452452
title="Need a free project?"
453453
description={
454454
<p>
455-
Supabase billing is organization-based. Get 2 free projects by{' '}
455+
You can have up to 2 free projects across all organizations.{' '}
456456
<Link className="underline text-foreground" href="/new">
457-
creating a free organization
458-
</Link>
459-
.
457+
Create a free organization
458+
</Link>{' '}
459+
to use them.
460460
</p>
461461
}
462462
/>

0 commit comments

Comments
 (0)