From cabc406970dc267cc009d4b55e236fa13006e6a8 Mon Sep 17 00:00:00 2001 From: WWWesten <4700006+WWWesten@users.noreply.github.com> Date: Tue, 2 Nov 2021 18:48:39 +0500 Subject: [PATCH 1/2] Update itemMediaInfo.js --- src/components/itemMediaInfo/itemMediaInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/itemMediaInfo/itemMediaInfo.js b/src/components/itemMediaInfo/itemMediaInfo.js index 2eda9d046..e32b82138 100644 --- a/src/components/itemMediaInfo/itemMediaInfo.js +++ b/src/components/itemMediaInfo/itemMediaInfo.js @@ -72,7 +72,7 @@ import template from './itemMediaInfo.template.html'; html += `

${displayType}

`; const attributes = []; if (stream.DisplayTitle) { - attributes.push(createAttribute('Title', stream.DisplayTitle)); + attributes.push(createAttribute(globalize.translate('MediaInfoTitle'), stream.DisplayTitle)); } if (stream.Language && stream.Type !== 'Video') { attributes.push(createAttribute(globalize.translate('MediaInfoLanguage'), stream.Language)); From 8811f59c022f0a996e309579bd18aa8e7a8628aa Mon Sep 17 00:00:00 2001 From: WWWesten <4700006+WWWesten@users.noreply.github.com> Date: Tue, 2 Nov 2021 18:51:01 +0500 Subject: [PATCH 2/2] Update en-us.json --- src/strings/en-us.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 240d450ee..d0845124b 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1005,6 +1005,7 @@ "MediaInfoSampleRate": "Sample rate", "MediaInfoSize": "Size", "MediaInfoTimestamp": "Timestamp", + "MediaInfoTitle": "Title", "MediaInfoVideoRange": "Video range", "MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.", "Menu": "Menu",