fix email copy and flash message link copy

This commit is contained in:
Quincy Larson
2016-06-02 23:39:36 -07:00
parent a2e426d48e
commit 7eaa780351
2 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ export function flashIfNotVerified(req, res, next) {
if (!email || !emailVerified) { if (!email || !emailVerified) {
req.flash('info', { req.flash('info', {
msg: 'Please verify your email address ' + msg: 'Please verify your email address ' +
'<a href="/update-email">here.</a>' '<a href="/update-email">here</a>.'
}); });
} }
return next(); return next();

View File

@ -1,4 +1,4 @@
Thank you, for updating you contact details. Thank you for updating your contact details.
<br> <br>
<br> <br>
Please verify your email by following the link below: Please verify your email by following the link below:
@ -7,8 +7,8 @@ Please verify your email by following the link below:
<a href="<%= verifyHref %>"><%= verifyHref %></a> <a href="<%= verifyHref %>"><%= verifyHref %></a>
<br> <br>
<br> <br>
Feel free to email us at this address if you have any questions about Free Code Camp. Please email us at this address if you have any questions about Free Code Camp.
<br> <br>
<br> <br>
<br> <br>
- the Free Code Camp Team. - the Free Code Camp Team