Merge release branch 'release-1.1.0'

Этот коммит содержится в:
Christopher Speller
2015-10-13 08:39:27 -04:00
родитель 2663cede2b 6bf3383bce
Коммит ffdeba70ef
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@@ -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