From 6bbc68031e8a376a7aa30b3626e03d76037b526d Mon Sep 17 00:00:00 2001 From: dandds Date: Mon, 10 Sep 2018 13:48:34 -0400 Subject: [PATCH] update KPI display names --- templates/requests/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/requests/index.html b/templates/requests/index.html index fb67d82c..f8871215 100644 --- a/templates/requests/index.html +++ b/templates/requests/index.html @@ -61,7 +61,7 @@
{{ kpi_inprogress }}
-
In Progress
+
Requests in progress
{{ kpi_pending }}
@@ -69,7 +69,7 @@
{{ kpi_completed }}
-
Completed (Overall)
+
Approved Requests
{% endif %}