mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
text changes
This commit is contained in:
@@ -60,7 +60,7 @@ const SingleUpload: FC<SingleUploadProps> = ({ onDrop, onCancel, accept, uploadi
|
|||||||
}
|
}
|
||||||
return "Uploading\u2026";
|
return "Uploading\u2026";
|
||||||
}
|
}
|
||||||
return "Drop file here or click to browse";
|
return "Drop file or click here";
|
||||||
}
|
}
|
||||||
|
|
||||||
const renderProgress = (progress?: ProgressEvent) => (
|
const renderProgress = (progress?: ProgressEvent) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user