Skip to content

Commit 1857742

Browse files
authored
chore: adjust copy (supabase#31018)
1 parent ba372c3 commit 1857742

File tree

1 file changed

+1
-4
lines changed
  • apps/studio/components/interfaces/Organization/Usage

1 file changed

+1
-4
lines changed

apps/studio/components/interfaces/Organization/Usage/Usage.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,7 @@ const Usage = () => {
184184
<Admonition
185185
type="default"
186186
title="Usage filtered by project"
187-
description={`You are currently viewing usage for the "
188-
${selectedProject?.name || selectedProjectRef}" project. Since your organization is
189-
using the new organization-based billing, the included quota is for your whole
190-
organization and not just this project. For billing purposes, we sum up usage from
187+
description={`You are currently viewing usage for the "${selectedProject?.name || selectedProjectRef}" project. Supabase uses organization-level billing and quotas. For billing purposes, we sum up usage from
191188
all your projects. To view your usage quota, set the project filter above back to
192189
"All Projects".`}
193190
>

0 commit comments

Comments
 (0)