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

more string updates

This commit is contained in:
dkanada 2020-08-24 08:39:26 +09:00
parent b8e99661c7
commit d9f286124d
15 changed files with 24 additions and 21 deletions

View file

@ -60,7 +60,7 @@ function renderItems(page, item) {
if (item.MusicVideoCount) {
sections.push({
name: globalize.translate('HeaderMusicVideos'),
name: globalize.translate('MusicVideos'),
type: 'MusicVideo'
});
}