From 7f9bd170a95e4ceead7d2815e8784df13699991a Mon Sep 17 00:00:00 2001 From: Michael Chiang Date: Tue, 26 May 2015 16:13:28 -0700 Subject: [PATCH] Consistent text. Consistent text. --- src/components/AccountLogin.react.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AccountLogin.react.js b/src/components/AccountLogin.react.js index d189f1c7a6..427c272511 100644 --- a/src/components/AccountLogin.react.js +++ b/src/components/AccountLogin.react.js @@ -67,9 +67,9 @@ module.exports = React.createClass({ let loading = this.props.loading ?
: null; return (
- +

{this.state.errors.username}

- +

{this.state.errors.password}

Forgot your password?

{this.state.errors.detail}