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

modify sf-font to op-target (#2932)

This commit is contained in:
杨顺强
2019-02-12 10:50:02 +08:00
committed by Daniel Pan
parent d3b3c3f683
commit 4c8a528e38
10 changed files with 14 additions and 15 deletions

View File

@@ -84,7 +84,7 @@ class AddRelatedFileDialog extends React.Component {
render() {
let subtitle = gettext('Select related file for {placeholder}');
subtitle = subtitle.replace('{placeholder}', '<span class="sf-font">' + Utils.HTMLescape(this.props.dirent.name) + '</span>');
subtitle = subtitle.replace('{placeholder}', '<span class="op-target">' + Utils.HTMLescape(this.props.dirent.name) + '</span>');
return (
<Modal isOpen={true} className="sf-add-related-file" toggle={this.toggle} >
<ModalHeader toggle={this.toggle}>{gettext('Select File')}</ModalHeader>