Skip to content

Commit 8a8a2e9

Browse files
committed
fix(FilesList): use the correct theming instance name from capabilities to set the page title
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent 5455520 commit 8a8a2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files/src/views/FilesList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ export default defineComponent({
486486
* Update the window title to match the page heading
487487
*/
488488
pageHeading() {
489-
document.title = `${this.pageHeading} - ${getCapabilities().theming?.productName ?? 'Nextcloud'}`
489+
document.title = `${this.pageHeading} - ${getCapabilities().theming?.name ?? 'Nextcloud'}`
490490
},
491491
492492
/**

0 commit comments

Comments
 (0)