We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5455520 commit 8a8a2e9Copy full SHA for 8a8a2e9
apps/files/src/views/FilesList.vue
@@ -486,7 +486,7 @@ export default defineComponent({
486
* Update the window title to match the page heading
487
*/
488
pageHeading() {
489
- document.title = `${this.pageHeading} - ${getCapabilities().theming?.productName ?? 'Nextcloud'}`
+ document.title = `${this.pageHeading} - ${getCapabilities().theming?.name ?? 'Nextcloud'}`
490
},
491
492
/**
0 commit comments