From 2ba4594b29153d49c5a08a05ac08695a16536a0d Mon Sep 17 00:00:00 2001 From: Rhea Jain <65884341+rhea0110@users.noreply.github.com> Date: Fri, 21 Apr 2023 01:41:47 +0530 Subject: [PATCH] chore: attachements button text update (#910) --- apps/app/components/issues/attachment-upload.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

)}