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:
@@ -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>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user