From fcc68ce594b7e8363c47ce8258068a15d21467e4 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Sat, 26 Jul 2025 00:42:08 +0200 Subject: [PATCH] Mention "none" download conversion target mime-type in description --- public/locales/en.json | 2 +- src/modules/downloads/components/DownloadConversionSetting.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')}