Skip to content

Commit 2fdea18

Browse files
authored
chore: spend cap copy (supabase#31021)
1 parent 1857742 commit 2fdea18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/studio/components/interfaces/Organization/BillingSettings/CostControl/SpendCapSidePanel.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,10 @@ const SpendCapSidePanel = () => {
266266
? 'Upon clicking confirm, spend cap will be enabled for your organization and you will no longer be charged any extra for usage.'
267267
: 'Upon clicking confirm, spend cap will be disabled for your organization and you will be charged for any usage beyond the included quota.'}
268268
</p>
269+
<p className="text-sm">
270+
Toggling spend cap triggers an invoice and there might be prorated charges for any
271+
usage beyond the Pro Plans quota during this billing cycle.
272+
</p>
269273
</>
270274
)}
271275
</div>

0 commit comments

Comments
 (0)