Skip to content

Commit

Permalink
fix: remove arrears
Browse files Browse the repository at this point in the history
  • Loading branch information
grutt committed Jun 25, 2024
1 parent 4500e9d commit 37fc5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/components/cloud/billing/subscription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export const Subscription: React.FC<SubscriptionProps> = ({
{active?.note && <p className="mt-4">{active?.note}</p>}
<p className="text-sm text-gray-500 mt-4">
* subscription fee billed upfront {showAnnual ? 'yearly' : 'monthly'},
overages billed monthly in arrears
overages billed at the end of each month for usage in that month
</p>
</div>
</>
Expand Down

0 comments on commit 37fc5d7

Please sign in to comment.