diff --git a/src/controllers/dashboard/library.js b/src/controllers/dashboard/library.js index 7248d5603d..e8b9301a93 100644 --- a/src/controllers/dashboard/library.js +++ b/src/controllers/dashboard/library.js @@ -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') }]; diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 821f24e1f9..b28f9d60f8 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1095,6 +1095,7 @@ "MillisecondsUnit": "ms", "MinutesAfter": "minutes after", "MinutesBefore": "minutes before", + "MixedMoviesShows": "Mixed Movies and Shows", "Mixer": "Mixer", "Mobile": "Mobile", "Monday": "Monday",