Ver Fonte

ux: minor word change to alert list

Torkel Ödegaard há 8 anos atrás
pai
commit
32df74ffec
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      public/app/containers/AlertRuleList/AlertRuleList.tsx

+ 1 - 1
public/app/containers/AlertRuleList/AlertRuleList.tsx

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