summaryrefslogtreecommitdiff
path: root/public/js/extra.js
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-05-28 01:51:45 +0800
committerCheng-Han, Wu2016-05-28 01:51:45 +0800
commit20fbc9957fc3835a1793cf43c70fda65d646e0e1 (patch)
tree40633bdf91ede0a3da5cbc5d5b325d9fede35ecf /public/js/extra.js
parente52937df5064332cf0f2a36c8ac86d760e00c735 (diff)
Update project title
Diffstat (limited to 'public/js/extra.js')
-rw-r--r--public/js/extra.js2
1 files changed, 1 insertions, 1 deletions
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;
}