mirror of
https://github.com/dnote/dnote
synced 2026-03-18 00:09:56 +01:00
fix typo (#413)
This commit is contained in:
parent
9c94b273fb
commit
9d79ea1b0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue