Add Nate's changes in

Two heads clearly better than one here
pull/10616/head
Alex P 2017-05-03 12:11:12 -07:00
parent b138cfa92f
commit d98f834b89
2 changed files with 2 additions and 2 deletions

View File

@ -262,7 +262,7 @@ const SearchBar = React.createClass({
<input
type="text"
className="form-control"
placeholder="Filter by Hostname..."
placeholder="Filter by Host..."
ref="searchInput"
onChange={this.handleChange}
/>

View File

@ -152,7 +152,7 @@ export const KapacitorRule = React.createClass({
}
if (this.thresholdValueEmpty() || this.relativeValueEmpty()) {
return 'Please enter a value in the Values section'
return 'Please enter a value in the Rule Conditions section'
}
return ''