mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 09:51:26 +00:00
modify sf-font to op-target (#2932)
This commit is contained in:
@@ -152,7 +152,7 @@ class CopyDirent extends React.Component {
|
||||
render() {
|
||||
let title = gettext('Copy {placeholder} to:');
|
||||
if (!this.props.isMutipleOperation) {
|
||||
title = title.replace('{placeholder}', '<span class="sf-font">' + Utils.HTMLescape(this.props.dirent.name) + '</span>');
|
||||
title = title.replace('{placeholder}', '<span class="op-target">' + Utils.HTMLescape(this.props.dirent.name) + '</span>');
|
||||
} else {
|
||||
title = gettext('Copy selected item(s) to:');
|
||||
}
|
||||
|
Reference in New Issue
Block a user