diff --git a/server/boot/user.js b/server/boot/user.js index 3db07e3189..b0d059306c 100644 --- a/server/boot/user.js +++ b/server/boot/user.js @@ -221,7 +221,7 @@ module.exports = function(app) { return res.redirect('/'); } return res.render('account/signin', { - title: 'Sign in to Free Code Camp using a Social Media Account' + title: 'Sign in to Free Code Camp' }); }