mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 13:12:26 +08:00
Copy fixes
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user