You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/studio/components/interfaces/Organization/Usage/Usage.tsx
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -184,10 +184,7 @@ const Usage = () => {
184
184
<Admonition
185
185
type="default"
186
186
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
191
188
all your projects. To view your usage quota, set the project filter above back to
0 commit comments