mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Fix NavBar title translations
This commit is contained in:
@@ -7,7 +7,12 @@ const TranscodingList = (props) => {
|
||||
const isXsmall = useMediaQuery((theme) => theme.breakpoints.down('xs'))
|
||||
return (
|
||||
<List
|
||||
title={<Title subTitle={'Transcodings'} />}
|
||||
title={
|
||||
<Title
|
||||
subTitle={'resources.transcoding.name'}
|
||||
args={{ smart_count: 2 }}
|
||||
/>
|
||||
}
|
||||
exporter={false}
|
||||
{...props}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user