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}`;
}