fixes issue 30 (#32)
This commit is contained in:
parent
a920d7b0a8
commit
3ab82de433
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue