diff --git a/src/components/Pricing.jsx b/src/components/Pricing.jsx index ef60122..5bc5a29 100644 --- a/src/components/Pricing.jsx +++ b/src/components/Pricing.jsx @@ -171,7 +171,7 @@ export const Pricing = () => {
After your trial ends in 30 days, you will be charged ${isMonthly ? "99.99" : "999.99"}, then ${isMonthly ? "99.99" : "999.99"} every {isMonthly ? "month" : "year"}.
+After your trial ends, you will be charged ${isMonthly ? "99.99" : "999.00"}, then ${isMonthly ? "99.99" : "999.00"} every {isMonthly ? "month" : "year"} (unless you cancel first).