1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

use collection terminology

This commit is contained in:
Luke Pulverenti 2014-01-03 15:43:44 -05:00
parent 5057ffec65
commit e8e1978bb4
13 changed files with 19 additions and 19 deletions

View file

@ -612,7 +612,7 @@
$('#childrenTitle', page).html('Seasons');
}
else if (item.Type == "BoxSet") {
$('#childrenTitle', page).html('Movies');
$('#childrenTitle', page).html('Titles');
}
else if (item.Type == "MusicAlbum") {
$('#childrenTitle', page).html('Tracks');