소스 검색

Adjust Send on all alerts to default label (#16554)

Alerting: Adjust label for send on all alerts to default
Šimon Podlipský 6 년 전
부모
커밋
16d0693a46
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      docs/sources/alerting/notifications.md
  2. 1 1
      public/app/features/alerting/partials/notification_edit.html

+ 1 - 1
docs/sources/alerting/notifications.md

@@ -27,7 +27,7 @@ can configure and setup a new Notification Channel.
 You specify a name and a type, and type specific options. You can also test the notification to make
 sure it's setup correctly.
 
-### Send on all alerts
+### Default (send on all alerts)
 
 When checked, this option will notify for all alert rules - existing and new.
 

+ 1 - 1
public/app/features/alerting/partials/notification_edit.html

@@ -20,7 +20,7 @@
       </div>
       <gf-form-switch
           class="gf-form"
-          label="Send on all alerts"
+          label="Default (send on all alerts)"
           label-class="width-14"
           checked="ctrl.model.isDefault"
           tooltip="Use this notification for all alerts">