1
0
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:
llj
2017-09-25 15:29:27 +08:00
parent 71b089f9b3
commit c66a0bf6a7
2 changed files with 2 additions and 2 deletions

View File

@@ -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")
},