1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-17 20:11:12 +02:00

setttings: copy change

This commit is contained in:
Kushagra Gour
2018-07-30 23:15:21 +05:30
parent 4779b11374
commit d24d00df9e

View File

@@ -289,7 +289,7 @@ export default class Settings extends Component {
<CheckboxSetting <CheckboxSetting
title="Get ready to build some games at JS13KGames" title="Get ready to build some games at JS13KGames"
label="JS13KGames Mode" label="Js13kGames Mode"
name="isJs13kModeOn" name="isJs13kModeOn"
pref={this.props.prefs.isJs13kModeOn} pref={this.props.prefs.isJs13kModeOn}
onChange={this.updateSetting.bind(this)} onChange={this.updateSetting.bind(this)}