1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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

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 }}
/>

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 }}
/>