We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1857742 commit 2fdea18Copy full SHA for 2fdea18
apps/studio/components/interfaces/Organization/BillingSettings/CostControl/SpendCapSidePanel.tsx
@@ -266,6 +266,10 @@ const SpendCapSidePanel = () => {
266
? 'Upon clicking confirm, spend cap will be enabled for your organization and you will no longer be charged any extra for usage.'
267
: 'Upon clicking confirm, spend cap will be disabled for your organization and you will be charged for any usage beyond the included quota.'}
268
</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>
273
</>
274
)}
275
</div>
0 commit comments