diff options
author | Björn Schießle <bjoern@schiessle.org> | 2017-04-12 10:54:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-12 10:54:20 +0200 |
commit | 49d8716eaafc0e7496d5406f36c2fce0964169b4 (patch) | |
tree | e8bb65df772195da634abc873aeb8e711d8e8b12 /apps/files | |
parent | 39468f627fd6217199c0cc05b4fa248b14046079 (diff) | |
parent | 1729e4471f41e560f78f6b7269bcdb73e24602d5 (diff) | |
download | nextcloud-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.js | 2 |
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; |