Change the play button to say 'Launch' by default

This commit is contained in:
KingRainbow44
2022-05-10 18:50:36 -04:00
parent 2cba0c91e9
commit 5d39df9c23

View File

@@ -56,7 +56,7 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
<div id="serverControls">
<Checkbox id="enableGC" label="Connect via Grasscutter" onChange={this.toggleGrasscutter} checked={this.state.grasscutterEnabled}/>
</div>
<BigButton text="PLAY DA GAME :D" onClick={this.playGame} id="officialPlay" />
<BigButton text="Launch" onClick={this.playGame} id="officialPlay" />
</div>
)
}