diff --git a/frontend/src/components/payments/PricingDialog.tsx b/frontend/src/components/payments/PricingDialog.tsx index b1fda04..89d20d1 100644 --- a/frontend/src/components/payments/PricingDialog.tsx +++ b/frontend/src/components/payments/PricingDialog.tsx @@ -197,11 +197,12 @@ const PricingDialog: React.FC = () => {
- 1 credit = 1 code generation. Unused credits expire after 90 days.
+ 1 credit = 1 code generation.{" "}
+ {!SELL_SUBSCRIPTIONS && <>Unused credits expire after 90 days.>}
{SELL_SUBSCRIPTIONS && (
<>
- Cancel anytime.
+ Cancel subscription at any time.
>
)}