Sfoglia il codice sorgente

ux: minor word change to alert list

Torkel Ödegaard 8 anni fa
parent
commit
32df74ffec
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
                   type="text"
                   className="gf-form-input"
-                  placeholder="Search alert"
+                  placeholder="Search alerts"
                   value={alertList.search}
                   onChange={this.onSearchQueryChange}
                 />