forked from p15670423/monkey
Fixed grammer mistake
This commit is contained in:
parent
70d5016206
commit
dda6029e08
|
@ -314,7 +314,7 @@ class RunMonkeyPageComponent extends AuthComponent {
|
||||||
<p style={this.state.showManual || !this.state.isOnAws ? {'marginBottom': '2em'} : {}}>
|
<p style={this.state.showManual || !this.state.isOnAws ? {'marginBottom': '2em'} : {}}>
|
||||||
<button onClick={this.toggleManual}
|
<button onClick={this.toggleManual}
|
||||||
className={'btn btn-default btn-lg center-block' + (this.state.showManual ? ' active' : '')}>
|
className={'btn btn-default btn-lg center-block' + (this.state.showManual ? ' active' : '')}>
|
||||||
Run on machine of your choice
|
Run on a machine of your choice
|
||||||
</button>
|
</button>
|
||||||
</p>
|
</p>
|
||||||
<Collapse in={this.state.showManual}>
|
<Collapse in={this.state.showManual}>
|
||||||
|
|
Loading…
Reference in New Issue