1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

fixed some text for translation (#4410)

This commit is contained in:
llj
2020-01-13 18:29:13 +08:00
committed by Daniel Pan
parent 78124595eb
commit 43f98c3bf0
2 changed files with 3 additions and 3 deletions

View File

@@ -393,10 +393,10 @@ class FileUploader extends React.Component {
errorMessage = JSON.parse(errorMessage);
error = errorMessage.error;
if (error === 'File locked by others.') {
error = gettext('File Locked by others.');
error = gettext('File is locked by others.');
}
if (error === 'Internal error.') {
error = gettext('Internal error.');
error = gettext('Internal Server Error');
}
}