mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: attachements button text update (#910)
This commit is contained in:
parent
165d16e32b
commit
2ba4594b29
@ -98,7 +98,7 @@ export const IssueAttachmentUpload = () => {
|
|||||||
) : isLoading ? (
|
) : isLoading ? (
|
||||||
<p className="text-center">Uploading...</p>
|
<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>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user