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:
parent
35f6944310
commit
219d83ede3
2 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ const LiveTVSearchResults = ({ serverId, parentId, collectionType, query }) => {
|
||||||
cardOptions={CARD_OPTIONS}
|
cardOptions={CARD_OPTIONS}
|
||||||
/>
|
/>
|
||||||
<SearchResultsRow
|
<SearchResultsRow
|
||||||
title={globalize.translate('Videos')}
|
title={globalize.translate('HeaderVideos')}
|
||||||
items={videos}
|
items={videos}
|
||||||
cardOptions={{ showParentTitle: true }}
|
cardOptions={{ showParentTitle: true }}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -200,7 +200,7 @@ const SearchResults = ({ serverId, parentId, collectionType, query }) => {
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<SearchResultsRow
|
<SearchResultsRow
|
||||||
title={globalize.translate('Videos')}
|
title={globalize.translate('HeaderVideos')}
|
||||||
items={videos}
|
items={videos}
|
||||||
cardOptions={{ showParentTitle: true }}
|
cardOptions={{ showParentTitle: true }}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue