diff options
Diffstat (limited to 'src/page')
-rw-r--r-- | src/page/album.js | 2 |
1 files changed, 1 insertions, 1 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 = [ |