This commit is contained in:
Itay Mizeretz 2017-10-17 17:59:18 +03:00
parent 27be13b48a
commit fc8449a2d5
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ class RunMonkeyPageComponent extends React.Component {
<Collapse in={this.state.showManual}> <Collapse in={this.state.showManual}>
<div style={{'marginBottom': '2em'}}> <div style={{'marginBottom': '2em'}}>
<p style={{'fontSize': '1.2em'}}> <p style={{'fontSize': '1.2em'}}>
Choose the operating system you want to run the monkey on Choose the operating system where you want to run the monkey
{this.state.ips.length > 1 ? ', and the interface to communicate with.' : '.'} {this.state.ips.length > 1 ? ', and the interface to communicate with.' : '.'}
</p> </p>
<Nav bsStyle="pills" justified activeKey={this.state.selectedOs} onSelect={this.setSelectedOs}> <Nav bsStyle="pills" justified activeKey={this.state.selectedOs} onSelect={this.setSelectedOs}>