minor updates to copy

This commit is contained in:
Quincy Larson
2015-12-28 16:28:53 -06:00
parent 600ca2f8ad
commit 80bb80b23a
2 changed files with 5 additions and 4 deletions

View File

@ -92,7 +92,8 @@ module.exports = function(User) {
req.flash('error', {
msg:
`email ${req.body.email} is already in user, try signing in instead`
`The ${req.body.email} email address is already associated with an account.
Try signing in with it here instead.`
});
return res.redirect('/email-signin');