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

Update name of mixed library type

This commit is contained in:
Bill Thornton 2022-02-22 16:20:20 -05:00
parent 5af69a9b98
commit fb090f239b
2 changed files with 2 additions and 1 deletions

View file

@ -242,7 +242,7 @@ import cardBuilder from '../../components/cardbuilder/cardBuilder';
name: globalize.translate('MusicVideos'),
value: 'musicvideos'
}, {
name: globalize.translate('Other'),
name: globalize.translate('MixedMoviesShows'),
value: 'mixed',
message: globalize.translate('MessageUnsetContentHelp')
}];