Skip to content

Commit 678d62b

Browse files
julien-ncsusnux
authored andcommitted
fix(files): use the correct theming instance name from capabilities to set the page title
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent 18bbd08 commit 678d62b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files/src/views/FilesList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ export default defineComponent({
443443
* Update the window title to match the page heading
444444
*/
445445
pageHeading() {
446-
document.title = `${this.pageHeading} - ${getCapabilities().theming?.productName ?? 'Nextcloud'}`
446+
document.title = `${this.pageHeading} - ${getCapabilities().theming?.name ?? 'Nextcloud'}`
447447
},
448448
449449
/**

0 commit comments

Comments
 (0)