mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
Merge branch '7.0'
This commit is contained in:
@@ -595,7 +595,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;
|
||||
|
Reference in New Issue
Block a user