« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/page/album.js2
-rw-r--r--src/strings-default.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/page/album.js b/src/page/album.js
index c590d61..906c02e 100644
--- a/src/page/album.js
+++ b/src/page/album.js
@@ -526,7 +526,7 @@ export function generateAlbumSidebar(album, currentTrack, {
 
   const nameOrDefault = (isDefaultTrackSection, name) =>
     isDefaultTrackSection
-      ? language.$('albumSidebar.trackList.fallbackGroupName')
+      ? language.$('albumSidebar.trackList.fallbackSectionName')
       : name;
 
   const trackListPart = [
diff --git a/src/strings-default.json b/src/strings-default.json
index f9c1db8..13ae61a 100644
--- a/src/strings-default.json
+++ b/src/strings-default.json
@@ -191,7 +191,7 @@
   "homepage.title": "{TITLE}",
   "homepage.news.title": "News",
   "homepage.news.entry.viewRest": "(View rest of entry!)",
-  "albumSidebar.trackList.fallbackGroupName": "Track list",
+  "albumSidebar.trackList.fallbackSectionName": "Track list",
   "albumSidebar.trackList.group": "{GROUP}",
   "albumSidebar.trackList.group.withRange": "{GROUP} ({RANGE})",
   "albumSidebar.trackList.item": "{TRACK}",