mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
[fileupload] fixed error msg
This commit is contained in:
@@ -10,7 +10,7 @@ define([
|
||||
"maxFileSize": gettext("File is too big"),
|
||||
"minFileSize": gettext("File is too small"),
|
||||
"acceptFileTypes": gettext("Filetype not allowed"),
|
||||
"maxNumberOfFiles": gettext("Max number of files exceeded"),
|
||||
"maxNumberOfFiles": gettext("Maximum number of files exceeded"),
|
||||
"uploadedBytes": gettext("Uploaded bytes exceed file size"),
|
||||
"emptyResult": gettext("Empty file upload result")
|
||||
},
|
||||
|
Reference in New Issue
Block a user