summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-12 22:33:43 -0700
committerit33 <iantien@gmail.com>2015-10-12 22:33:43 -0700
commit525a48fe27f3219523e64e92a4b394b2f9d37ef2 (patch)
tree7a287f430e1ce211cd81b06ea411faa2cbf39f6e
parent9bd9af4f1952ff43b6f05d6a0ff7d5b57d1f3299 (diff)
downloadchat-525a48fe27f3219523e64e92a4b394b2f9d37ef2.tar.gz
chat-525a48fe27f3219523e64e92a4b394b2f9d37ef2.tar.bz2
chat-525a48fe27f3219523e64e92a4b394b2f9d37ef2.zip
PLT-596 - Update to email verification title
-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