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 && (