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 --- public/js/extra.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/js/extra.js') diff --git a/public/js/extra.js b/public/js/extra.js index 79364d11..a81a0edb 100644 --- a/public/js/extra.js +++ b/public/js/extra.js @@ -59,7 +59,7 @@ function renderTitle(view) { if (title) { title += ' - HackMD'; } else { - title = 'HackMD - Collaborative notes'; + title = 'HackMD - Collaborative markdown notes'; } return title; } -- cgit v1.2.3