Fix port help box

This commit is contained in:
Thoronium
2023-05-10 12:31:40 -06:00
parent 5bad4d05ee
commit b9b8632992

View File

@@ -294,7 +294,7 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
onChange={this.setPort} onChange={this.setPort}
initalValue={this.state.port} initalValue={this.state.port}
/> />
<HelpButton contents={this.state.portHelpText} /> <HelpButton contents={"help.port_help_text"} />
<Checkbox <Checkbox
id="httpsEnable" id="httpsEnable"
label={this.state.httpsLabel} label={this.state.httpsLabel}