help sections for downloading

This commit is contained in:
SpikeHD
2022-06-05 21:36:24 -07:00
parent c1b5256a5b
commit 8db8dd12e9
5 changed files with 39 additions and 9 deletions

View File

@@ -59,8 +59,8 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
ip: config.last_ip || '',
port: config.last_port || '',
ipPlaceholder: await translate('main.ip_placeholder'),
portPlaceholder: await translate('main.port_placeholder'),
portHelpText: await translate('main.port_help_text')
portPlaceholder: await translate('help.port_placeholder'),
portHelpText: await translate('help.port_help_text')
})
}