fix: Turn Free Code Camp into freeCodeCamp (#15506)

* turn Free Code Camp into freecodecamp

* remove no-follow on navbar link
This commit is contained in:
Quincy Larson
2017-06-26 12:44:18 -05:00
committed by Berkeley Martinez
parent 836a47d56b
commit b28d1b00db
14 changed files with 28 additions and 30 deletions

View File

@@ -212,7 +212,7 @@ module.exports = function(User) {
text: `
Hello,\n\n
This email is confirming that you requested to
reset your password for your Free Code Camp account.
reset your password for your freeCodeCamp account.
This is your email: ${ info.email }.
Go to ${ url } to reset your password.
\n
@@ -439,8 +439,8 @@ module.exports = function(User) {
var mailOptions = {
type: 'email',
to: email,
from: 'Team@freecodecamp.com',
subject: 'Welcome to Free Code Camp!',
from: 'team@freecodecamp.com',
subject: 'Welcome to freeCodeCamp!',
protocol: isDev ? null : 'https',
host: isDev ? 'localhost' : 'freecodecamp.com',
port: isDev ? null : 443,