This commit is contained in:
Sung Won Cho 2020-02-07 13:01:16 +10:00 committed by GitHub
commit 9d79ea1b0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ const PaymentSummary: React.SFC<Props> = ({ yearly }) => {
return (
<p className={styles['schedule-summary']}>
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.
</p>
);