mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Change password reset anchor text
This is part of https://github.com/LLK/scratchr2/pull/4451
This commit is contained in:
parent
4c6522ff9d
commit
e1665c2b34
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ var Login = React.createClass({
|
|||
</Button>
|
||||
]}
|
||||
<a className="right" href="/accounts/password_reset/" key="passwordResetLink">
|
||||
<FormattedMessage id='login.forgotPassword' />
|
||||
<FormattedMessage id='login.needHelp' />
|
||||
</a>
|
||||
{error}
|
||||
</Form>
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
|
||||
"form.validationRequired": "This field is required",
|
||||
|
||||
"login.forgotPassword": "Forgot Password?",
|
||||
"login.needHelp": "Need Help?",
|
||||
|
||||
"navigation.signOut": "Sign out",
|
||||
|
||||
|
|
Loading…
Reference in a new issue