« get me outta code hell

strings: fallbackGroupName -> fallbackSectionName - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/album.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-01-04 21:32:47 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-01-04 21:32:47 -0400
commit8093844a5460683b48219dba238b0e6e864dacd8 (patch)
treea05af5275ea64aaea7b5a6d44c1eb2c76676b68e /src/page/album.js
parent0698f5ec7bff107b5fd3881fda45a023dc6e8737 (diff)
strings: fallbackGroupName -> fallbackSectionName track-sections
Diffstat (limited to 'src/page/album.js')
-rw-r--r--src/page/album.js2
1 files changed, 1 insertions, 1 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 = [