summaryrefslogtreecommitdiffstats
path: root/web/react/components/login.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-11-02 12:34:18 -0800
committer=Corey Hulen <corey@hulen.com>2015-11-02 12:34:18 -0800
commit6db2dd90793db3e10464c342b27e24764655cb1b (patch)
tree372535a7d7140c3f45bb7d6a06ca3bc78a19a194 /web/react/components/login.jsx
parent16171468dd51bb60216b5b9fa26866ec0c38d81c (diff)
downloadchat-6db2dd90793db3e10464c342b27e24764655cb1b.tar.gz
chat-6db2dd90793db3e10464c342b27e24764655cb1b.tar.bz2
chat-6db2dd90793db3e10464c342b27e24764655cb1b.zip
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'