From e1665c2b34b88b5128de7728b8d3f7d0a5f398d3 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Thu, 19 Jan 2017 11:12:54 -0500 Subject: [PATCH] Change password reset anchor text This is part of https://github.com/LLK/scratchr2/pull/4451 --- src/components/login/login.jsx | 2 +- src/l10n.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/login/login.jsx b/src/components/login/login.jsx index 73c1e6ad7..c7243d7a6 100644 --- a/src/components/login/login.jsx +++ b/src/components/login/login.jsx @@ -54,7 +54,7 @@ var Login = React.createClass({ ]} - + {error} diff --git a/src/l10n.json b/src/l10n.json index c26ca761a..cf0c89867 100644 --- a/src/l10n.json +++ b/src/l10n.json @@ -95,7 +95,7 @@ "form.validationRequired": "This field is required", - "login.forgotPassword": "Forgot Password?", + "login.needHelp": "Need Help?", "navigation.signOut": "Sign out",