mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 18:03:48 +00:00
repair translate bug (#2892)
* repair translate bug * escape repo-name * repair translate bug * repair shared-repo-list-item translate bug
This commit is contained in:
@@ -38,7 +38,7 @@ class ReadmeDialog extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<Modal isOpen={true} toggle={this.props.toggleCancel} className="readme-dialog" size="lg">
|
||||
<ModalHeader>{gettext(this.props.fileName)}
|
||||
<ModalHeader>{this.props.fileName}
|
||||
<a className="readme-dialog-edit" href={this.props.href} target='_blank'><i className="fa fa-pencil"></i></a>
|
||||
</ModalHeader>
|
||||
<ModalBody>
|
||||
|
Reference in New Issue
Block a user