mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +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'}>
|
||||
<TranscodingOptionsInput
|
||||
fullWidth
|
||||
label={translate('message.originalFormat')}
|
||||
label={translate('message.downloadOriginalFormat')}
|
||||
/>
|
||||
</SimpleForm>
|
||||
</DialogContent>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue