Merge pull request #1025 from mattermost/PLT-596
PLT-596 - Update to email verification title
Этот коммит содержится в:
@@ -22,7 +22,7 @@ export default class EmailVerify extends React.Component {
|
|||||||
title = global.window.config.SiteName + ' Email Verified';
|
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>;
|
body = <p>Your email has been verified! Click <a href={this.props.teamURL + '?email=' + this.props.userEmail}>here</a> to log in.</p>;
|
||||||
} else {
|
} 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>;
|
body = <p>Please verify your email address. Check your inbox for an email.</p>;
|
||||||
resend = (
|
resend = (
|
||||||
<button
|
<button
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user