chore: attachements button text update (#910)

This commit is contained in:
Rhea Jain
2023-04-21 01:41:47 +05:30
committed by GitHub
parent 165d16e32b
commit 2ba4594b29

View File

@@ -98,7 +98,7 @@ export const IssueAttachmentUpload = () => {
) : isLoading ? (
<p className="text-center">Uploading...</p>
) : (
<p className="text-center">Drag and drop here</p>
<p className="text-center">Click or drag a file here</p>
)}
</span>
</div>