diff --git a/public/locales/en.json b/public/locales/en.json index cce101c8..527a90bf 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -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" }, diff --git a/src/modules/downloads/components/DownloadConversionSetting.tsx b/src/modules/downloads/components/DownloadConversionSetting.tsx index 25c5cfcf..572eb621 100644 --- a/src/modules/downloads/components/DownloadConversionSetting.tsx +++ b/src/modules/downloads/components/DownloadConversionSetting.tsx @@ -283,7 +283,7 @@ export const DownloadConversionSetting = ({ {t('download.settings.conversion.title')} - + {t('download.settings.conversion.description')}