diff --git a/apps/studio/components/interfaces/Organization/BillingSettings/BillingBreakdown/BillingBreakdown.tsx b/apps/studio/components/interfaces/Organization/BillingSettings/BillingBreakdown/BillingBreakdown.tsx index 9bbcfec1b4c75..29019e4f2b535 100644 --- a/apps/studio/components/interfaces/Organization/BillingSettings/BillingBreakdown/BillingBreakdown.tsx +++ b/apps/studio/components/interfaces/Organization/BillingSettings/BillingBreakdown/BillingBreakdown.tsx @@ -71,22 +71,24 @@ const BillingBreakdown = () => {
{selectedOrganization?.managed_by === MANAGED_BY.AWS_MARKETPLACE ? ( <> - You'll receive two invoices from AWS Marketplace: one on the 3rd of{' '} - {billingCycleEnd.format('MMMM')} for your usage in{' '} - {billingCycleStart.format('MMMM')} and one on {billingCycleEnd.format('MMMM DD')}{' '} - for the fixed subscription fee. +
+ AWS Marketplace sends two invoices each month: one for your fixed subscription + fee, billed on the day you subscribed, and one for your usage charges from the + previous month, billed by the 3rd. +
+ ++ For a more detailed breakdown, visit the{' '} + usage page. +
> ) : ( <> Your upcoming invoice (excluding credits) will continue to update until the end of - your billing cycle on {billingCycleEnd.format('MMMM DD')}. + your billing cycle on {billingCycleEnd.format('MMMM DD')}. For a more detailed + breakdown, visit the usage page. > )} - <> - {' '} - For a more detailed breakdown, visit the{' '} - usage page. - >
diff --git a/apps/studio/components/interfaces/Organization/BillingSettings/CreditBalance.tsx b/apps/studio/components/interfaces/Organization/BillingSettings/CreditBalance.tsx
index bfc48ccab374e..3da418ea6299d 100644
--- a/apps/studio/components/interfaces/Organization/BillingSettings/CreditBalance.tsx
+++ b/apps/studio/components/interfaces/Organization/BillingSettings/CreditBalance.tsx
@@ -55,7 +55,9 @@ const CreditBalance = () => {
{isPermissionsLoaded && !canReadSubscriptions ? (