mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Merge pull request #1151 from mewtaylor/issue/r2-4219
For r2-4451: Change password reset anchor text
This commit is contained in:
commit
6363a16b47
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