From ac9c19d68169203f5e64e6791ba6271eb4dc8307 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Fri, 3 Dec 2021 11:58:14 -0600 Subject: [PATCH] fix: copy improvement --- .../preferences/panes/account/offlineSubscription.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/preferences/panes/account/offlineSubscription.tsx b/app/assets/javascripts/preferences/panes/account/offlineSubscription.tsx index 66146e734..cbd276c14 100644 --- a/app/assets/javascripts/preferences/panes/account/offlineSubscription.tsx +++ b/app/assets/javascripts/preferences/panes/account/offlineSubscription.tsx @@ -96,8 +96,8 @@ export const OfflineSubscription: FunctionalComponent = observer(({ appl )} {(isSuccessfullyActivated || isSuccessfullyRemoved) && ( -
- Successfully {isSuccessfullyActivated ? 'Activated' : 'Removed'}! +
+ Your offline subscription code has been successfully {isSuccessfullyActivated ? 'activated' : 'removed'}.
)} {hasUserPreviouslyStoredCode && (