mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
Fix download translation key
This commit is contained in:
parent
16850a9be0
commit
9721ef8974
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ const DownloadMenuDialog = () => {
|
||||||
<SimpleForm toolbar={null} variant={'outlined'}>
|
<SimpleForm toolbar={null} variant={'outlined'}>
|
||||||
<TranscodingOptionsInput
|
<TranscodingOptionsInput
|
||||||
fullWidth
|
fullWidth
|
||||||
label={translate('message.originalFormat')}
|
label={translate('message.downloadOriginalFormat')}
|
||||||
/>
|
/>
|
||||||
</SimpleForm>
|
</SimpleForm>
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue