فهرست منبع

ux: minor word change to alert list

Torkel Ödegaard 8 سال پیش
والد
کامیت
32df74ffec
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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}
                 />