fix beta warning title

closes #1452
This commit is contained in:
Berkeley Martinez
2015-08-02 07:07:03 -07:00
parent f0128ebd9f
commit 55731aa52d

View File

@ -188,8 +188,8 @@ app.use(rxMiddleware());
app.use(function(req, res, next) { app.use(function(req, res, next) {
// add beta warning // add beta warning
req.flash('info', { req.flash('info', {
msg: `warning: you are on expiramentel branch of Free Code Camp: msg: `warning: you are on experimental branch of Free Code Camp:
You're progress here may or may not be saved to the main site` Your progress here may or may not be saved to the main site`
}); });
// Make user object available in templates. // Make user object available in templates.