Mention "none" download conversion target mime-type in description

This commit is contained in:
schroda
2025-07-26 00:42:08 +02:00
parent a846a84777
commit fcc68ce594
2 changed files with 2 additions and 2 deletions

View File

@@ -207,7 +207,7 @@
},
"conversion": {
"compression_level": "Compression level",
"description": "In case no MIME-Type is defined, the \"default\" one will be used for the conversion.",
"description": "In case no MIME-Type is defined, the \"default\" one will be used for the conversion.\nSet \"none\" as the target type to disable conversion for a MIME-Type",
"mime_type": "MIME-Type",
"title": "Download conversion"
},

View File

@@ -283,7 +283,7 @@ export const DownloadConversionSetting = ({
<Dialog open={isDialogOpen} onClose={onCancel}>
<DialogTitle>{t('download.settings.conversion.title')}</DialogTitle>
<DialogContent>
<DialogContentText sx={{ mb: 2 }}>
<DialogContentText sx={{ mb: 2, whiteSpace: 'pre-line' }}>
{t('download.settings.conversion.description')}
</DialogContentText>
<Stack sx={{ flexDirection: 'column', gap: 3 }}>