Merge pull request #389 from ZeRoPoint1/master
change "Plane" to "Plain" in settings page
This commit is contained in:
commit
d511698776
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class SettingsComponent extends Component {
|
|||
<Input
|
||||
type='textarea'
|
||||
name='json'
|
||||
label='Plane JSON'
|
||||
label='Plain JSON'
|
||||
spellCheck='false'
|
||||
error={this.state.errors.json}
|
||||
onChange={this.bindValue.bind(this)}
|
||||
|
|
Reference in a new issue