diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-05-21 14:11:17 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-05-21 14:11:17 -0300 |
commit | 2b565553724cc0326074050cbdbdc6d84d26a511 (patch) | |
tree | ac4bbbb33cc9a07673d3cf9c8d01455a7fd71e10 /src/content/dependencies/generateFlashInfoPage.js | |
parent | 2236af1d31d3e7fef8d992381150f6168def4b43 (diff) |
content: fix a few more credit-sources -> crediting-sources
Diffstat (limited to 'src/content/dependencies/generateFlashInfoPage.js')
-rw-r--r-- | src/content/dependencies/generateFlashInfoPage.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/dependencies/generateFlashInfoPage.js b/src/content/dependencies/generateFlashInfoPage.js index 69dd5bdb..c6395c71 100644 --- a/src/content/dependencies/generateFlashInfoPage.js +++ b/src/content/dependencies/generateFlashInfoPage.js @@ -137,7 +137,7 @@ export default { language.$(capsule, { link: html.tag('a', - {href: '#credit-sources'}, + {href: '#crediting-sources'}, language.$(capsule, 'link')), })), ])), @@ -180,7 +180,7 @@ export default { html.tags([ relations.contentHeading.clone() .slots({ - attributes: {id: 'credit-sources'}, + attributes: {id: 'crediting-sources'}, title: language.$('misc.creditingSources'), }), |