mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
modify prompt message (#2787)
This commit is contained in:
@@ -122,7 +122,7 @@ class CreateFile extends React.Component {
|
|||||||
{this.props.fileType == '.md' && (
|
{this.props.fileType == '.md' && (
|
||||||
<FormGroup check>
|
<FormGroup check>
|
||||||
<Label 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>
|
</Label>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
)}
|
)}
|
||||||
|
Reference in New Issue
Block a user