forked from github/plane
chore: upload button and github banner text update (#899)
* chore: upload button and github banner text update * chore: attachments button text fix
This commit is contained in:
@@ -96,9 +96,9 @@ export const IssueAttachmentUpload = () => {
|
||||
) : fileError ? (
|
||||
<p className="text-center text-red-500">{fileError}</p>
|
||||
) : isLoading ? (
|
||||
<p className="text-center">Uploading....</p>
|
||||
<p className="text-center">Uploading...</p>
|
||||
) : (
|
||||
<p className="text-center">Drag and drop/Click to add</p>
|
||||
<p className="text-center">Drag and drop here</p>
|
||||
)}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user