ux: minor word change to alert list

This commit is contained in:
Torkel Ödegaard
2018-01-10 13:17:43 +01:00
parent 686548a6ed
commit 32df74ffec

View File

@@ -62,7 +62,7 @@ export class AlertRuleList extends React.Component<IContainerProps, any> {
<input
type="text"
className="gf-form-input"
placeholder="Search alert"
placeholder="Search alerts"
value={alertList.search}
onChange={this.onSearchQueryChange}
/>