Skip to content

Commit

Permalink
scriptForm typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Nov 21, 2022
1 parent e041ac8 commit 3036fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/gui/scriptForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ var ScriptForm = React.createClass({
<FormGroup controlId="formName" title="rule name in IFTTT config">
<Col sm={3} componentClass={ControlLabel}> Rule Name </Col>
<Col sm={8}>
<FormControl type="text" placeholder="Name of rule on IFTTT"
<FormControl type="text" placeholder="Name of rule"
name="name" value={this.state.name} onChange={this.handleInputChange} />
</Col>
</FormGroup>
Expand Down

0 comments on commit 3036fb9

Please sign in to comment.