« get me outta code hell

rename strings arg to language - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/tag.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-05-10 20:39:43 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-05-10 20:39:43 -0300
commit7056fa7c07ae08f5596c9ef8d8582642890bd764 (patch)
treec21b9e5950185378b90db07bde0143839533990c /src/page/tag.js
parent2fa9baf09753243cc223859c06abad8abfc9bf2a (diff)
rename strings arg to language
Diffstat (limited to 'src/page/tag.js')
-rw-r--r--src/page/tag.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/page/tag.js b/src/page/tag.js
index af2e394..8e5e699 100644
--- a/src/page/tag.js
+++ b/src/page/tag.js
@@ -34,7 +34,7 @@ export function write(tag, {wikiData}) {
             getThemeString,
             getTrackCover,
             link,
-            strings,
+            language,
             to
         }) => ({
             title: language.$('tagPage.title', {tag: tag.name}),
@@ -64,7 +64,7 @@ export function write(tag, {wikiData}) {
             nav: generateTagNav(tag, {
                 generatePreviousNextLinks,
                 link,
-                strings,
+                language,
                 wikiData
             })
         })
@@ -78,7 +78,7 @@ export function write(tag, {wikiData}) {
 function generateTagNav(tag, {
     generatePreviousNextLinks,
     link,
-    strings,
+    language,
     wikiData
 }) {
     const previousNextLinks = generatePreviousNextLinks(tag, {