1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00
* [create repo] fixup for 'template'

* [auto deletion] fixup

* [file upload] fixup

* fixup
This commit is contained in:
llj
2020-12-17 18:03:21 +08:00
committed by GitHub
parent c0e40076d4
commit c5f5051cea
4 changed files with 16 additions and 16 deletions

View File

@@ -390,7 +390,7 @@ class FileUploader extends React.Component {
getFileServerErrorMessage = (key) => {
const errorMessage = {
'File locked by others.': gettext('File locked by others.'), // 403
'File locked by others.': gettext('File is locked by others.'), // 403
'Invalid filename.': gettext('Invalid filename.'), // 440
'File already exists.': gettext('File already exists.'), // 441
'File size is too large.': gettext('File size is too large.'), // 442