Fix video row header translation key
This commit is contained in:
@@ -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 }}
|
||||
/>
|
||||
|
||||
@@ -200,7 +200,7 @@ const SearchResults = ({ serverId, parentId, collectionType, query }) => {
|
||||
}}
|
||||
/>
|
||||
<SearchResultsRow
|
||||
title={globalize.translate('Videos')}
|
||||
title={globalize.translate('HeaderVideos')}
|
||||
items={videos}
|
||||
cardOptions={{ showParentTitle: true }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user