summaryrefslogtreecommitdiffstats
path: root/web/react/components/login.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-11-02 21:30:29 -0500
committerJoram Wilander <jwawilander@gmail.com>2015-11-02 21:30:29 -0500
commitc68e53aa23ebaf657d2ba29e5db83271e79bea1e (patch)
tree14516f03d539a714102a66b9f638afe8a096d1cb /web/react/components/login.jsx
parentd1ac94502908de8a490d81468a1da353b459093d (diff)
parent6db2dd90793db3e10464c342b27e24764655cb1b (diff)
downloadchat-c68e53aa23ebaf657d2ba29e5db83271e79bea1e.tar.gz
chat-c68e53aa23ebaf657d2ba29e5db83271e79bea1e.tar.bz2
chat-c68e53aa23ebaf657d2ba29e5db83271e79bea1e.zip
Merge pull request #1275 from mattermost/PLT-951
PLT-951 PLT-972 fixing issues with team directory
Diffstat (limited to 'web/react/components/login.jsx')
-rw-r--r--web/react/components/login.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/login.jsx b/web/react/components/login.jsx
index c519959af..2b9ce67ca 100644
--- a/web/react/components/login.jsx
+++ b/web/react/components/login.jsx
@@ -185,7 +185,7 @@ export default class Login extends React.Component {
if (this.props.inviteId) {
userSignUp = (
<div>
- <span>{'Do not have an account? '}
+ <span>{`Don't have an account? `}
<a
href={'/signup_user_complete/?id=' + this.props.inviteId}
className='signup-team-login'