Skip to content

Commit 2a83070

Browse files
Fix description for name field
Fix description for name field of edit alarm definition. (Cherry-picked from 0373c98) Change-Id: Ibab742e42c11ab63e377cd895b4c73cd1445093a Task: 6298 Story: 2001507
1 parent 68034f6 commit 2a83070

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • monitoring/alarmdefs/templates/alarmdefs

monitoring/alarmdefs/templates/alarmdefs/_edit.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
{% block modal-body %}
1111
<h3>{% trans "Description" %}:</h3>
12-
<p>{% blocktrans %}
13-
The Name field is used to identify the notification method.
14-
{% endblocktrans %}</p>
12+
<p>{% blocktrans %}
13+
The Name field is used to identify the alarm definition.
14+
{% endblocktrans %}</p>
1515
<p>{% blocktrans %}
1616
The Expression field which if true, triggers a notification to be sent.
1717
See <a href="https://github.com/openstack/monasca-api/blob/master/docs/monasca-api-spec.md#alarm-definition-expressions" target="_blank">Alarm Expressions</a> for how to write an expression.

0 commit comments

Comments
 (0)