chore: attachements button text update (#910)
This commit is contained in:
parent
165d16e32b
commit
2ba4594b29
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue