Skip to content

Commit

Permalink
fix: copy improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Dec 3, 2021
1 parent d7c36da commit ac9c19d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ export const OfflineSubscription: FunctionalComponent<IProps> = observer(({ appl
)}
</div>
{(isSuccessfullyActivated || isSuccessfullyRemoved) && (
<div className={'mt-3 mb-3 info font-bold'}>
Successfully {isSuccessfullyActivated ? 'Activated' : 'Removed'}!
<div className={'mt-3 mb-3 info'}>
Your offline subscription code has been successfully {isSuccessfullyActivated ? 'activated' : 'removed'}.
</div>
)}
{hasUserPreviouslyStoredCode && (
Expand Down

0 comments on commit ac9c19d

Please sign in to comment.