1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 14:49:09 +00:00

modify prompt message (#2787)

This commit is contained in:
杨顺强
2019-01-08 14:37:27 +08:00
committed by Daniel Pan
parent 03b305aadd
commit f9de0440bc

View File

@@ -122,7 +122,7 @@ class CreateFile extends React.Component {
{this.props.fileType == '.md' && (
<FormGroup check>
<Label check>
<Input type="checkbox" onChange={this.handleCheck}/>{' '}{gettext('This is a draft.')}
<Input type="checkbox" onChange={this.handleCheck}/>{' '}{gettext('This is a draft')}
</Label>
</FormGroup>
)}