mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
Fix port help box
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user