Fixed grammer mistake

This commit is contained in:
Shay Nehmad 2019-11-17 16:40:47 +02:00
parent 70d5016206
commit dda6029e08
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ class RunMonkeyPageComponent extends AuthComponent {
<p style={this.state.showManual || !this.state.isOnAws ? {'marginBottom': '2em'} : {}}>
<button onClick={this.toggleManual}
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>
</p>
<Collapse in={this.state.showManual}>