1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 00:20:07 +00:00

delete extra space

This commit is contained in:
zxj96
2019-06-18 16:10:21 +08:00
parent 7a289a909e
commit 1da818fe44

View File

@@ -111,7 +111,7 @@ class CopyDirent extends React.Component {
return;
}
// copy the dirent to it's child. eg: A/B -> A/B/C
// copy the dirent to it's child. eg: A/B -> A/B/C
if ( selectedPath && selectedPath.length > direntPath.length && selectedPath.indexOf(direntPath) > -1) {
message = gettext('Can not copy directory %(src)s to its subdirectory %(des)s');
message = message.replace('%(src)s', direntPath);