mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 02:25:45 +08:00
fix(subscription): Change copy to be less confusing
This commit is contained in:
parent
7004bf94ce
commit
a04c1f4224
1 changed files with 3 additions and 3 deletions
|
@ -110,8 +110,8 @@ class PreferencesIdentity extends React.Component {
|
|||
return (
|
||||
<div className="row payment-row">
|
||||
<div>
|
||||
Your subscription has been cancelled or your billing information has expired.
|
||||
We've paused your mailboxes! Re-new your subscription to continue using N1.
|
||||
Your subscription has been canceled or your billing information has expired.
|
||||
We've paused your mailboxes! Renew your subscription to continue using N1.
|
||||
</div>
|
||||
<OpenIdentityPageButton img="ic-upgrade.png" label="Update Subscription" path="/dashboard#subscription" campaign="Renew" source="Preferences" />
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@ class PreferencesIdentity extends React.Component {
|
|||
return (
|
||||
<div className="row payment-row">
|
||||
<div>
|
||||
Your subscription will renew on {new Date(identity.valid_until * 1000).toLocaleDateString()}. Enjoy N1!
|
||||
Your subscription is valid until {new Date(identity.valid_until * 1000).toLocaleDateString()}. Enjoy N1!
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue