change "Plane" to "Plain"

jh-changes
Vibhor Kumar 6 years ago committed by GitHub
parent ef6bbd117e
commit b39b424c94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/settings/components/index.jsx

@ -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)}