From a8ab76a6512a71450800904857efe7670074eb5c Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Mon, 4 Apr 2022 16:24:48 -0400 Subject: [PATCH] Update home video library translation --- src/controllers/dashboard/library.js | 2 +- src/strings/en-us.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/controllers/dashboard/library.js b/src/controllers/dashboard/library.js index 38202ccb62..339d19266b 100644 --- a/src/controllers/dashboard/library.js +++ b/src/controllers/dashboard/library.js @@ -237,7 +237,7 @@ import cardBuilder from '../../components/cardbuilder/cardBuilder'; value: 'books', message: getLink('BookLibraryHelp', 'https://docs.jellyfin.org/general/server/media/books.html') }, { - name: globalize.translate('Photos'), + name: globalize.translate('HomeVideosPhotos'), value: 'homevideos' }, { name: globalize.translate('MusicVideos'), diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 2e3377dbed..c9dcc05185 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -502,6 +502,7 @@ "Hide": "Hide", "HideWatchedContentFromLatestMedia": "Hide watched content from 'Latest Media'", "Home": "Home", + "HomeVideosPhotos": "Home Videos and Photos", "Horizontal": "Horizontal", "HttpsRequiresCert": "To enable secure connections, you will need to supply a trusted SSL certificate, such as Let's Encrypt. Please either supply a certificate, or disable secure connections.", "Identify": "Identify",