Update project title

This commit is contained in:
Cheng-Han, Wu 2016-05-28 01:51:45 +08:00
parent e52937df50
commit 20fbc9957f
3 changed files with 3 additions and 3 deletions

View file

@ -170,7 +170,7 @@ module.exports = function (sequelize, DataTypes) {
return title;
},
generateWebTitle: function (title) {
title = !title || title == "Untitled" ? "HackMD - Collaborative notes" : title + " - HackMD";
title = !title || title == "Untitled" ? "HackMD - Collaborative markdown notes" : title + " - HackMD";
return title;
}
},