From 101392c35062c1115b3e79a0e19c516deec1abcb Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 1 Nov 2016 17:12:25 +0000 Subject: [PATCH] Fix page title to match H1 on create API key page The page `` was using previous wording. --- app/templates/views/api/keys/create.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/api/keys/create.html b/app/templates/views/api/keys/create.html index 474475618..8862a3e97 100644 --- a/app/templates/views/api/keys/create.html +++ b/app/templates/views/api/keys/create.html @@ -4,7 +4,7 @@ {% from "components/radios.html" import radios %} {% block page_title %} - Add a new API key – GOV.UK Notify + Create an API key – GOV.UK Notify {% endblock %} {% block maincolumn_content %}