diff --git a/web/src/components/Subscription/Checkout/ScheduleSummary.tsx b/web/src/components/Subscription/Checkout/ScheduleSummary.tsx index 5b3d2291..10c7a51e 100644 --- a/web/src/components/Subscription/Checkout/ScheduleSummary.tsx +++ b/web/src/components/Subscription/Checkout/ScheduleSummary.tsx @@ -34,7 +34,7 @@ const PaymentSummary: React.SFC = ({ yearly }) => { return (

Your {adj} plan starts on {startDate} - at {cost} per {interval} and will renews on after a {interval}. Cancel + at {cost} per {interval} and will renew after a {interval}. Cancel auto-renewal any time.

);