diff options
Diffstat (limited to 'apps/files/js/filelist.js')
-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; |