Copy fixes

This commit is contained in:
Kim Gardner
2018-05-03 10:53:16 -04:00
parent a42135c3bb
commit 225a04fed1
3 changed files with 4 additions and 9 deletions
@@ -22,10 +22,8 @@ const DeleteMyAccountFinalStep = props => (
</div>
<p className={styles.description}>
<strong>Changed your mind?</strong> Simply sign in to your account again
before this time and click <strong>
Cancel Account Deletion Request.
</strong>
<strong>Changed your mind?</strong> Simply go to your account again before
this time and click <strong>Cancel Account Deletion Request.</strong>
</p>
<p className={styles.description}>
@@ -41,9 +39,6 @@ const DeleteMyAccountFinalStep = props => (
>
Done
</Button>
<span className={styles.note}>
Note: You will be immediately signed out of your account.
</span>
</div>
</div>
);