summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-13 08:21:17 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-13 08:21:17 -0400
commitf268c2aa21e3d6900c5c2d85dc717a1dec7b2d15 (patch)
tree7a287f430e1ce211cd81b06ea411faa2cbf39f6e
parent9bd9af4f1952ff43b6f05d6a0ff7d5b57d1f3299 (diff)
parent525a48fe27f3219523e64e92a4b394b2f9d37ef2 (diff)
downloadchat-f268c2aa21e3d6900c5c2d85dc717a1dec7b2d15.tar.gz
chat-f268c2aa21e3d6900c5c2d85dc717a1dec7b2d15.tar.bz2
chat-f268c2aa21e3d6900c5c2d85dc717a1dec7b2d15.zip
Merge pull request #1025 from mattermost/PLT-596
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