diff --git a/web/react/components/email_verify.jsx b/web/react/components/email_verify.jsx index 2b413b8485..9be7f97f80 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 =
Your email has been verified! Click here to log in.
; } else { - title = global.window.config.SiteName + ' Email Not Verified'; + title = global.window.config.SiteName + ': You are almost done'; body =Please verify your email address. Check your inbox for an email.
; resend = (