From 3ab82de433cd260303e933628e4a07c96df5154a Mon Sep 17 00:00:00 2001 From: f varas Date: Tue, 9 Feb 2021 22:12:48 +0100 Subject: [PATCH] fixes issue 30 (#32) --- static/upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }