From 5a76244d6d4365c041ae59f708d65fb62592ac6f Mon Sep 17 00:00:00 2001 From: Chris Hill Scott Date: Tue, 4 Jul 2017 14:05:11 +0100 Subject: [PATCH] Fix page title on individual notification page Should match `

` on the page. --- app/templates/views/notifications/notification.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/notifications/notification.html b/app/templates/views/notifications/notification.html index 4cba2923b..f2d4c4ea7 100644 --- a/app/templates/views/notifications/notification.html +++ b/app/templates/views/notifications/notification.html @@ -5,7 +5,7 @@ {% from "components/page-footer.html" import page_footer %} {% block service_page_title %} - Report + {{ message_count_label(1, template.template_type, suffix='') | capitalize }} {% endblock %} {% block maincolumn_content %}