diff options
-rw-r--r-- | src/page/album.js | 2 | ||||
-rw-r--r-- | src/strings-default.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/page/album.js b/src/page/album.js index c590d611..906c02ea 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 f9c1db8b..13ae61af 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}", |