From 30d508b1e9c2b8598965ffc2e722f830a0a44cfb Mon Sep 17 00:00:00 2001 From: Peter Velkov Date: Fri, 9 Aug 2024 20:40:46 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(libs/ReportUtils):=20update?= =?UTF-8?q?=20comment=20for=20attachment=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libs/ReportUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts index ab60ef7c8bb7..0193c70f9007 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -4254,7 +4254,7 @@ function getUploadingAttachmentHtml(file?: FileObject): string { return ``; } - // For all other types, we present a generic download link + // For all other types, we present a generic attachment link return `${file.name}`; }