From 18d5b1378561aff42665f25b4204d72027e273d4 Mon Sep 17 00:00:00 2001 From: Takamitsu Iriumi Date: Wed, 16 Dec 2015 11:21:59 +0900 Subject: [PATCH] Fix letter case of some words "Pagerduty" and "pagerduty" are changed to "PagerDuty". "url" is changed to "URL". Change-Id: I55d1f1913d565d846d19d1ca811f44575d958beb --- monitoring/notifications/constants.py | 2 +- monitoring/notifications/templates/notifications/_create.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}