Fix video row header translation key

This commit is contained in:
Bill Thornton
2021-06-09 09:56:56 -04:00
parent 35f6944310
commit 219d83ede3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ const LiveTVSearchResults = ({ serverId, parentId, collectionType, query }) => {
cardOptions={CARD_OPTIONS}
/>
<SearchResultsRow
title={globalize.translate('Videos')}
title={globalize.translate('HeaderVideos')}
items={videos}
cardOptions={{ showParentTitle: true }}
/>
+1 -1
View File
@@ -200,7 +200,7 @@ const SearchResults = ({ serverId, parentId, collectionType, query }) => {
}}
/>
<SearchResultsRow
title={globalize.translate('Videos')}
title={globalize.translate('HeaderVideos')}
items={videos}
cardOptions={{ showParentTitle: true }}
/>