From 9d79ea1b0e3214a313dbaf3382024c7b9d516deb Mon Sep 17 00:00:00 2001 From: Sung Won Cho Date: Fri, 7 Feb 2020 13:01:16 +1000 Subject: [PATCH] fix typo (#413) --- web/src/components/Subscription/Checkout/ScheduleSummary.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

);