Этот коммит содержится в:
it33
2015-09-25 08:09:50 -07:00
родитель d60c18d8d6
Коммит 4192b9efce

Просмотреть файл

@@ -103,7 +103,7 @@ export default class ServiceSettings extends React.Component {
defaultValue={this.props.config.ServiceSettings.ListenAddress} defaultValue={this.props.config.ServiceSettings.ListenAddress}
onChange={this.handleChange} onChange={this.handleChange}
/> />
<p className='help-text'>{'The address to bind to and listen. ":8065" will bind to all interfaces or you can choose one like "127.0.0.1:8065". Changing this will require a server restart before taking effect.'}</p> <p className='help-text'>{'The address to which to bind and listen. Entering ":8065" will bind to all interfaces or you can choose one like "127.0.0.1:8065". Changing this will require a server restart before taking effect.'}</p>
</div> </div>
</div> </div>