diff --git a/packages/web/src/javascripts/Components/FilePreview/FilePreview.tsx b/packages/web/src/javascripts/Components/FilePreview/FilePreview.tsx index f1a06ddaec5..c3d137e0a50 100644 --- a/packages/web/src/javascripts/Components/FilePreview/FilePreview.tsx +++ b/packages/web/src/javascripts/Components/FilePreview/FilePreview.tsx @@ -136,15 +136,14 @@ const FilePreview = ({ file, application, isEmbeddedInSuper = false, imageZoomLe if (!shouldDownload && !isDownloading && !downloadedBytes) { return (
- This file was not automatically downloaded because it was larger ( - {formatSizeToReadableString(file.decryptedSize)}) than the set limit for auto-downloading embedded files ( - {formatSizeToReadableString(autoDownloadLimit)}) +
+ This file was not automatically loaded because it was larger ({formatSizeToReadableString(file.decryptedSize)} + ) than the set limit for auto-downloading embedded files ({formatSizeToReadableString(autoDownloadLimit)})