diff --git a/apps/code/src/renderer/features/settings/components/sections/PlanUsageSettings.tsx b/apps/code/src/renderer/features/settings/components/sections/PlanUsageSettings.tsx index 24879791d..1eb3f9753 100644 --- a/apps/code/src/renderer/features/settings/components/sections/PlanUsageSettings.tsx +++ b/apps/code/src/renderer/features/settings/components/sections/PlanUsageSettings.tsx @@ -353,8 +353,13 @@ export function PlanUsageSettings() { Upgrade to Pro - You are about to subscribe to the Pro plan. Your organization will - be charged $200/month starting immediately. + {seat?.organization_name ? ( + {seat.organization_name} + ) : ( + "Your organization" + )}{" "} + will be charged $200/month using the payment method on file in + PostHog. @@ -370,6 +375,19 @@ export function PlanUsageSettings() { All Claude and Codex models + + + + Your first charge is prorated for the remainder of the current + billing cycle, then $200/month thereafter. + +