« get me outta code hell

content: listArtistsByContributions: fix mistitled flash list - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-07-04 11:34:36 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-07-04 11:34:36 -0300
commit96165a08d6eb6c527c8330c74a4b5a602f6f770b (patch)
tree7ecd1d05fe7ae01a37062c2073981e39bcc0a35b
parent57ac902a4de72ece114372de88a562d542aaf531 (diff)
content: listArtistsByContributions: fix mistitled flash list
-rw-r--r--src/content/dependencies/listArtistsByContributions.js2
-rw-r--r--src/strings-default.json1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/content/dependencies/listArtistsByContributions.js b/src/content/dependencies/listArtistsByContributions.js
index ae00fc6..442b832 100644
--- a/src/content/dependencies/listArtistsByContributions.js
+++ b/src/content/dependencies/listArtistsByContributions.js
@@ -152,7 +152,7 @@ export default {
 
             lists.flashes && [
               html.tag('h2',
-                language.$('listingPage.misc.artAndFlashContributors')),
+                language.$('listingPage.misc.flashContributors')),
 
               lists.flashes,
             ],
diff --git a/src/strings-default.json b/src/strings-default.json
index d0b186d..724bc78 100644
--- a/src/strings-default.json
+++ b/src/strings-default.json
@@ -457,6 +457,7 @@
   "listingPage.other.randomPages.title.short": "Random Pages",
   "listingPage.misc.trackContributors": "Track Contributors",
   "listingPage.misc.artContributors": "Art Contributors",
+  "listingPage.misc.flashContributors": "Flash & Game Contributors",
   "listingPage.misc.artAndFlashContributors": "Art & Flash Contributors",
   "newsIndex.title": "News",
   "newsIndex.entry.viewRest": "(View rest of entry!)",