Skip to content

Commit 2c3cfbc

Browse files
authored
Merge pull request #53572 from nextcloud/backport/53321/stable30
[stable30] [FilesList] Use the correct theming instance name from capabilities
2 parents 18bbd08 + c07aa67 commit 2c3cfbc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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
/**

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)