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

Alerting: Adjust label for send on all alerts to default
pull/16273/head^2
Šimon Podlipský 7 years ago committed by Carl Bergquist
parent b548c6a67f
commit 16d0693a46
  1. 2
      docs/sources/alerting/notifications.md
  2. 2
      public/app/features/alerting/partials/notification_edit.html

@ -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.

@ -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">

Loading…
Cancel
Save