diff --git a/internal_packages/preferences/lib/tabs/preferences-identity.jsx b/internal_packages/preferences/lib/tabs/preferences-identity.jsx index 51e59523d..6558e1d97 100644 --- a/internal_packages/preferences/lib/tabs/preferences-identity.jsx +++ b/internal_packages/preferences/lib/tabs/preferences-identity.jsx @@ -110,8 +110,8 @@ class PreferencesIdentity extends React.Component { return (
- 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.
@@ -121,7 +121,7 @@ class PreferencesIdentity extends React.Component { return (
- 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!
)