From 20fbc9957fc3835a1793cf43c70fda65d646e0e1 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Sat, 28 May 2016 01:51:45 +0800 Subject: Update project title --- lib/models/note.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/models/note.js b/lib/models/note.js index 96043b75..84da7851 100644 --- a/lib/models/note.js +++ b/lib/models/note.js @@ -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; } }, -- cgit v1.2.3