From 24f6df6cc21bf035f695b3e9fe29a1357ed416c4 Mon Sep 17 00:00:00 2001 From: Andy Kruta Date: Mon, 21 Nov 2016 22:37:43 -0500 Subject: [PATCH 1/2] Updated Schedule Policy to Escalation Policy to make the text uniform between the menu and the page title. --- openduty/templates/escalation/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openduty/templates/escalation/list.html b/openduty/templates/escalation/list.html index 4894d46..c4db408 100644 --- a/openduty/templates/escalation/list.html +++ b/openduty/templates/escalation/list.html @@ -6,7 +6,7 @@ {% if messages %} {% endif %}
-

Schedule Policies

+

Escalation Policies

@@ -35,4 +35,4 @@ {% endfor %}
-{% endblock %} \ No newline at end of file +{% endblock %} From c69ff4d9f732bb902737b7635d432391ea3e6521 Mon Sep 17 00:00:00 2001 From: Andy Kruta Date: Mon, 21 Nov 2016 22:38:12 -0500 Subject: [PATCH 2/2] Update escalation-policy to escalation policy to make the text uniform between the menu and the page title. --- openduty/templates/escalation/edit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openduty/templates/escalation/edit.html b/openduty/templates/escalation/edit.html index c3f5ffd..babcf5d 100644 --- a/openduty/templates/escalation/edit.html +++ b/openduty/templates/escalation/edit.html @@ -40,7 +40,7 @@
-

{% if item %}Edit escalation-policy{% else%}New escalation-policy{% endif %}

+

{% if item %}Edit escalation policy{% else%}New escalation-policy{% endif %}

{% if messages %}
@@ -107,4 +107,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %}