summaryrefslogtreecommitdiff
path: root/public/js/extra.js
diff options
context:
space:
mode:
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;
}