diff --git a/monitoring/notifications/constants.py b/monitoring/notifications/constants.py index b430ff82..5a4de59f 100644 --- a/monitoring/notifications/constants.py +++ b/monitoring/notifications/constants.py @@ -25,7 +25,7 @@ class NotificationType(object): CHOICES = [(EMAIL, _("Email")), (WEBHOOK, _("Webhook")), - (PAGERDUTY, _("Pagerduty")),] + (PAGERDUTY, _("PagerDuty")),] @staticmethod def get_label(key): diff --git a/monitoring/notifications/templates/notifications/_create.html b/monitoring/notifications/templates/notifications/_create.html index aa0d0d7f..ad4687aa 100644 --- a/monitoring/notifications/templates/notifications/_create.html +++ b/monitoring/notifications/templates/notifications/_create.html @@ -22,7 +22,7 @@ The Type field indicates how the notification is sent when an alarm is triggered. {% endblocktrans %}

{% blocktrans %} - The Address field indicates the email address, url, or pagerduty service + The Address field indicates the email address, URL, or PagerDuty service key to be notified. {% endblocktrans %}