From 96165a08d6eb6c527c8330c74a4b5a602f6f770b Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 4 Jul 2023 11:34:36 -0300 Subject: content: listArtistsByContributions: fix mistitled flash list --- src/content/dependencies/listArtistsByContributions.js | 2 +- src/strings-default.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/dependencies/listArtistsByContributions.js b/src/content/dependencies/listArtistsByContributions.js index ae00fc63..442b8329 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 d0b186d8..724bc78b 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!)", -- cgit 1.3.0-6-gf8a5