Skip to content

Commit

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

<div className="signup-form__social-buttons">
Expand All @@ -57,6 +55,12 @@ 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. We'll never post without your permission."
) }
</p>
</div>
);
}
Expand Down

0 comments on commit 8084b81

Please sign in to comment.