fixes issue 30 (#32)

This commit is contained in:
f varas 2021-02-09 22:12:48 +01:00 committed by GitHub
parent a920d7b0a8
commit 3ab82de433
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ const fileSelected = (_file) => {
if (!file) return if (!file) return
if (file.size > iMaxFilesize) { if (file.size > iMaxFilesize) {
setMessage('Your file is very big. We can\'t accept it. Please select more small file.', true) setMessage('Your file is too big. It can\'t be accepted. Please select a smaller file.', true)
return return
} }