diff --git a/server/boot/story.js b/server/boot/story.js index 6e1ca30202..c1f188db81 100755 --- a/server/boot/story.js +++ b/server/boot/story.js @@ -117,7 +117,8 @@ module.exports = function(app) { function submitNew(req, res) { if (!req.user.isGithubCool) { req.flash('errors', { - msg: 'You must authenticate with Github to post to Camper News' + msg: 'You must link GitHub with your account before you can post' + + ' on Camper News.' }); return res.redirect('/news'); }