From a04c1f42248b5dce1d1407e0ed34dfb50350aff2 Mon Sep 17 00:00:00 2001 From: Jackie Luo Date: Thu, 16 Jun 2016 12:23:06 -0700 Subject: [PATCH] fix(subscription): Change copy to be less confusing --- .../preferences/lib/tabs/preferences-identity.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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!
)