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

Uploading....

) : ( -

Drag & Drop or Click to add new file

+

Drag and drop/Click to add

)}