From df481d3714191a9d2121d831506c9bbe278fd09c Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Sat, 4 May 2024 13:44:17 +0530 Subject: [PATCH] chore: copy --- .../Components/FilePreview/FilePreview.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 (
-
{file.name}
-

- This file was not automatically downloaded because it was larger ( - {formatSizeToReadableString(file.decryptedSize)}) than the set limit for auto-downloading embedded files ( - {formatSizeToReadableString(autoDownloadLimit)}) +

{file.name}
+

+ This file was not automatically loaded because it was larger ({formatSizeToReadableString(file.decryptedSize)} + ) than the set limit for auto-downloading embedded files ({formatSizeToReadableString(autoDownloadLimit)})