From 2e48535fd0f1ad5bc0718b6442564378d6e5ea51 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Tue, 19 May 2020 16:25:01 +0100 Subject: [PATCH] Update page title and header --- app/templates/views/guidance/who-its-for.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/views/guidance/who-its-for.html b/app/templates/views/guidance/who-its-for.html index effad81e9..5a6a44407 100644 --- a/app/templates/views/guidance/who-its-for.html +++ b/app/templates/views/guidance/who-its-for.html @@ -2,13 +2,13 @@ {% from "components/page-header.html" import page_header %} {% block per_page_title %} - Who it’s for + Who can use Notify {% endblock %} {% block content_column_content %} {{ page_header( - 'Who it’s for' + 'Who can use Notify' ) }}