diff options
| -rw-r--r-- | static/upload.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/upload.js b/static/upload.js index 95b121d..f4da351 100644 --- a/static/upload.js +++ b/static/upload.js @@ -124,7 +124,7 @@ const fileSelected = (_file) => { if (!file) return 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 } |
