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

optimize translate code (#4465)

This commit is contained in:
杨顺强
2020-03-02 17:47:34 +08:00
committed by GitHub
parent 8e58fb5b07
commit 1737228bab
2 changed files with 3 additions and 3 deletions

View File

@@ -601,7 +601,7 @@ class LibContentView extends React.Component {
this.setState({isCopyMoveProgressDialogShow: false});
let message = gettext('Successfully moved files to another library.');
if (asyncOperationType === 'copy') {
message = gettext('Successfully copyed files to another library.');
message = gettext('Successfully copied files to another library.');
}
toaster.success(message);
return;