remove vestigial mention of camp counselor team

This commit is contained in:
Quincy Larson
2015-06-01 12:18:45 -07:00
parent 2681249b8e
commit acc1236d42
8 changed files with 9 additions and 127 deletions

View File

@@ -229,7 +229,7 @@ exports.postEmailSignup = function(req, res, next) {
'And if you have a moment, check out our blog: ',
'blog.freecodecamp.com.\n',
'Good luck with the challenges!\n\n',
'- the Volunteer Camp Counselor Team'
'- the Free Code Camp Volunteer Team'
].join('')
};
transporter.sendMail(mailOptions, function(err) {