diff --git a/src/routes/api.js b/src/routes/api.js index dd6bdaf757..44a155370f 100644 --- a/src/routes/api.js +++ b/src/routes/api.js @@ -72,7 +72,7 @@ var path = require('path'), if (!meta.config.motd) { // Construct default MOTD translator.mget(['global:motd.welcome', 'global:motd.get', 'global:motd.fork', 'global:motd.like', 'global:motd.follow'], function(err, strings) { - motdString = '
 ' + strings[1] + ' ' + strings[2] + ' ' + strings[4] + ' ' + strings[4] + '
\n\n# NodeBB v' + pkg.version + '\n' + strings[0]; + motdString = '
 ' + strings[1] + ' ' + strings[2] + ' ' + strings[3] + ' ' + strings[4] + '
\n\n# NodeBB v' + pkg.version + '\n' + strings[0]; }); } else { motdString = meta.config.motd;