Skip to content

Commit

Permalink
Update verbiage action signup (steemit#1677)
Browse files Browse the repository at this point in the history
* Additional modal should not state recieve free steem

* Update locals
  • Loading branch information
originated authored and Valentine Zavgorodnev committed Aug 25, 2017
1 parent 8aba955 commit 2df2e22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/modules/LoginForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class LoginForm extends Component {
<div>
<hr />
<p>{tt('loginform_jsx.join_our')} <span className="free-slogan">{tt('loginform_jsx.amazing_community')}</span>{tt('loginform_jsx.to_comment_and_reward_others')}</p>
<button type="button" className="button sign-up" onClick={this.SignUp}>{tt('loginform_jsx.sign_up_now_to_receive')}<span className="free-money">{tt('loginform_jsx.free_money')}</span></button>
<button type="button" className="button sign-up" onClick={this.SignUp}>{tt('loginform_jsx.sign_up_now_to_earn')}<span className="free-money">{tt('loginform_jsx.free_money')}</span></button>
</div>}
</form>
);
Expand Down
1 change: 1 addition & 0 deletions src/app/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@
"amazing_community": "amazing community",
"to_comment_and_reward_others": " to comment and reward others.",
"sign_up_now_to_receive": "Sign up now to receive ",
"sign_up_now_to_earn": "Sign up now to earn ",
"free_money": "FREE MONEY!",
"returning_users": "Returning Users: ",
"join_our": "Join our"
Expand Down
1 change: 1 addition & 0 deletions src/app/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,7 @@
"amazing_community": "amazing community",
"to_comment_and_reward_others": " to comment and reward others.",
"sign_up_now_to_receive": "Sign up now to receive ",
"sign_up_now_to_earn": "Sign up now to earn ",
"free_money": "FREE MONEY!",
"returning_users": "Returning Users: ",
"join_our": "Join our"
Expand Down

0 comments on commit 2df2e22

Please sign in to comment.