Merge pull request #389 from ZeRoPoint1/master

change "Plane" to "Plain" in settings page
jh-changes
Shin'ya Ueoka 6 years ago committed by GitHub
commit d511698776
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 <Input
type='textarea' type='textarea'
name='json' name='json'
label='Plane JSON' label='Plain JSON'
spellCheck='false' spellCheck='false'
error={this.state.errors.json} error={this.state.errors.json}
onChange={this.bindValue.bind(this)} onChange={this.bindValue.bind(this)}