Merge pull request #389 from ZeRoPoint1/master

change "Plane" to "Plain" in settings page
This commit is contained in:
Shin'ya Ueoka 2018-05-09 14:15:23 +09:00 committed by GitHub
commit d511698776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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