diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2025-06-14 19:09:09 -0300 | 
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2025-06-14 19:09:09 -0300 | 
| commit | 64c391910a96c20f46a508c26e5f4de7aa604cf6 (patch) | |
| tree | ea51dc3521b1a742a87e5c25789bda39869112b3 | |
| parent | e4d2740a7c649246072e94067f99cda0829133aa (diff) | |
content: crap lol
| -rw-r--r-- | src/content/dependencies/generateAlbumInfoPage.js | 4 | ||||
| -rw-r--r-- | src/content/dependencies/generateFlashInfoPage.js | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/src/content/dependencies/generateAlbumInfoPage.js b/src/content/dependencies/generateAlbumInfoPage.js index 8d44c8f5..edee0611 100644 --- a/src/content/dependencies/generateAlbumInfoPage.js +++ b/src/content/dependencies/generateAlbumInfoPage.js @@ -205,10 +205,10 @@ export default { ]), html.tags([ - relations.contentHeading.clone() + relations.contentContentHeading.clone() .slots({ attributes: {id: 'crediting-sources'}, - title: language.$('misc.creditingSources'), + string: 'misc.creditingSources', }), relations.creditSourceEntries, diff --git a/src/content/dependencies/generateFlashInfoPage.js b/src/content/dependencies/generateFlashInfoPage.js index 479240e7..ee043bfa 100644 --- a/src/content/dependencies/generateFlashInfoPage.js +++ b/src/content/dependencies/generateFlashInfoPage.js @@ -182,10 +182,10 @@ export default { ]), html.tags([ - relations.contentHeading.clone() + relations.contentContentHeading.clone() .slots({ attributes: {id: 'crediting-sources'}, - title: language.$('misc.creditingSources'), + string: 'misc.creditingSources', }), relations.creditSourceEntries, | 
