From 24c22d143315fd1450e5326000cbb5bfabace93a Mon Sep 17 00:00:00 2001 From: Candace Lebby Date: Thu, 2 Nov 2023 12:04:55 +0000 Subject: [PATCH] updated page title name for two new pages --- app/templates/main/how-to-use-this-service.html | 2 +- app/templates/start-page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/main/how-to-use-this-service.html b/app/templates/main/how-to-use-this-service.html index e9f10943b..988f815be 100644 --- a/app/templates/main/how-to-use-this-service.html +++ b/app/templates/main/how-to-use-this-service.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block pageTitle %}Dashboard – {{config['SERVICE_NAME']}} – GOV.UK{% endblock %} +{% block pageTitle %}How to use this service – {{config['SERVICE_NAME']}} – GOV.UK{% endblock %} {% block beforeContent %} {{ super() }} diff --git a/app/templates/start-page.html b/app/templates/start-page.html index 8cbf42502..636689d71 100644 --- a/app/templates/start-page.html +++ b/app/templates/start-page.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {%- from 'govuk_frontend_jinja/components/inset-text/macro.html' import govukInsetText -%} -{% block pageTitle %}Dashboard – {{config['SERVICE_NAME']}} – GOV.UK{% endblock %} +{% block pageTitle %}Start page – {{config['SERVICE_NAME']}} – GOV.UK{% endblock %} {% block beforeContent %} {{ super() }}