summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorBjörn Schießle <bjoern@schiessle.org>2017-04-12 10:54:20 +0200
committerGitHub <noreply@github.com>2017-04-12 10:54:20 +0200
commit49d8716eaafc0e7496d5406f36c2fce0964169b4 (patch)
treee8bb65df772195da634abc873aeb8e711d8e8b12 /apps/files
parent39468f627fd6217199c0cc05b4fa248b14046079 (diff)
parent1729e4471f41e560f78f6b7269bcdb73e24602d5 (diff)
downloadnextcloud-server-49d8716eaafc0e7496d5406f36c2fce0964169b4.tar.gz
nextcloud-server-49d8716eaafc0e7496d5406f36c2fce0964169b4.zip
Merge pull request #4312 from nextcloud/cleanup-name
Update comments to Nextcloud
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/js/filelist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 7e79399bba5..0fcb10a21ee 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -856,7 +856,7 @@
title = '';
}
title += this.appName;
- // Sets the page title with the " - ownCloud" suffix as in templates
+ // Sets the page title with the " - Nextcloud" suffix as in templates
window.document.title = title + ' - ' + oc_defaults.title;
return true;