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>
);
@@ -15,7 +15,7 @@ const DeleteMyAccountStep1 = props => (
Can I still write comments until my account is deleted?{' '}
</h4>
<p className={styles.description}>
No. Once youve requested account deletion, you can no longer write
No. Once you have requested account deletion, you can no longer write
comments, reply to comments, or select reactions.
</p>
<div className={cn(styles.actions)}>
@@ -56,7 +56,7 @@ class DeleteMyAccountStep3 extends React.Component {
/>
<InputField
id="confirmPhrase"
label={'Type phrase bellow to confirm'}
label={'Type phrase below to confirm'}
name="confirmPhrase"
type="text"
onChange={this.props.onChange}