Update alerts filter text to be more accurate

pull/1644/head
Alex P 2017-06-20 13:29:55 -07:00
parent 9e525a7197
commit acede4e754
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ class SearchBar extends Component {
<input <input
type="text" type="text"
className="form-control" className="form-control"
placeholder="Filter Alerts by Name..." placeholder="Filter Alerts..."
onChange={this.handleChange} onChange={this.handleChange}
value={this.state.searchTerm} value={this.state.searchTerm}
/> />