mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 16:31:13 +00:00
Fixup (#4756)
* [create repo] fixup for 'template' * [auto deletion] fixup * [file upload] fixup * fixup
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user