mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +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}
|
||||
initalValue={this.state.port}
|
||||
/>
|
||||
<HelpButton contents={this.state.portHelpText} />
|
||||
<HelpButton contents={"help.port_help_text"} />
|
||||
<Checkbox
|
||||
id="httpsEnable"
|
||||
label={this.state.httpsLabel}
|
||||
|
||||
Reference in New Issue
Block a user