Skip to content

Commit

Permalink
Updated info text for social buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
pento committed May 18, 2017
1 parent f4e32bd commit fc3acc4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions client/components/signup-form/social.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ class SocialSignupForm extends Component {
return (
<div className="signup-form__social">
<p>
{ this.props.translate( "Or create account using social profile. We'll never post without your permission." ) }
{ this.props.translate(
"Or create an account using your existing social profile. We'll never post without your permission."
) }
</p>

<div className="signup-form__social-buttons">
Expand All @@ -55,10 +57,6 @@ class SocialSignupForm extends Component {
appId={ config( 'facebook_app_id' ) }
responseHandler={ this.handleFacebookResponse } />
</div>

<p>
{ this.props.translate( 'Connect to your existing social profile to get started faster.' ) }
</p>
</div>
);
}
Expand Down

0 comments on commit fc3acc4

Please sign in to comment.