summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-13 08:39:27 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-13 08:39:27 -0400
commitffdeba70ef1ec69233beeb032773c54156359da1 (patch)
treec9567cb513665da58b90b592d58c7245092a259e /web
parent2663cede2b16293abe1b29dddf56cc7378a58efe (diff)
parent6bf3383bced0636f28d561abb26e21fcb76cb108 (diff)
downloadchat-ffdeba70ef1ec69233beeb032773c54156359da1.tar.gz
chat-ffdeba70ef1ec69233beeb032773c54156359da1.tar.bz2
chat-ffdeba70ef1ec69233beeb032773c54156359da1.zip
Merge release branch 'release-1.1.0'
Diffstat (limited to 'web')
-rw-r--r--web/react/components/email_verify.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/email_verify.jsx b/web/react/components/email_verify.jsx
index 2b413b848..9be7f97f8 100644
--- a/web/react/components/email_verify.jsx
+++ b/web/react/components/email_verify.jsx
@@ -22,7 +22,7 @@ export default class EmailVerify extends React.Component {
title = global.window.config.SiteName + ' Email Verified';
body = <p>Your email has been verified! Click <a href={this.props.teamURL + '?email=' + this.props.userEmail}>here</a> to log in.</p>;
} else {
- title = global.window.config.SiteName + ' Email Not Verified';
+ title = global.window.config.SiteName + ': You are almost done';
body = <p>Please verify your email address. Check your inbox for an email.</p>;
resend = (
<button