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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/js/extra.js b/public/js/extra.js
index 0a95b1b1..49dd23ce 100644
--- a/public/js/extra.js
+++ b/public/js/extra.js
@@ -117,9 +117,9 @@ function getTitle (view) {
export function renderTitle (view) {
let title = getTitle(view)
if (title) {
- title += ' - CodiMD'
+ title += ' - HedgeDoc'
} else {
- title = 'CodiMD - Collaborative markdown notes'
+ title = 'HedgeDoc - Collaborative markdown notes'
}
return title
}