diff --git a/apps/app/components/issues/attachment-upload.tsx b/apps/app/components/issues/attachment-upload.tsx index 2c6f384ad..7ad8d1d35 100644 --- a/apps/app/components/issues/attachment-upload.tsx +++ b/apps/app/components/issues/attachment-upload.tsx @@ -98,7 +98,7 @@ export const IssueAttachmentUpload = () => { ) : isLoading ? (

Uploading...

) : ( -

Drag and drop here

+

Click or drag a file here

)}