From d91e5f9659458112a53ef53c2ea161e2dbee6547 Mon Sep 17 00:00:00 2001 From: MarieseMikely Date: Wed, 19 Feb 2025 16:44:56 +0000 Subject: [PATCH 1/2] OJ-3050: fix - update title to include it within the legend --- src/views/kbv/abandon.njk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/kbv/abandon.njk b/src/views/kbv/abandon.njk index 68ccd2fb..6d6bdfa4 100644 --- a/src/views/kbv/abandon.njk +++ b/src/views/kbv/abandon.njk @@ -8,14 +8,13 @@ {% block mainContent %} -

{{translate("pages.abandonCheck.title")}}

- {% call hmpoForm(ctx) %} {{ hmpoRadios(ctx, { id: "abandonRadio", namePrefix: "abandonRadio", fieldset: { legend: { + html:translate("pages.abandonCheck.title"), isPageHeading: true, classes: "govuk-fieldset__legend--l" } From ceb84ddb18d42b6116e7f5f7c90f67ea8734670e Mon Sep 17 00:00:00 2001 From: MarieseMikely Date: Wed, 19 Feb 2025 16:45:13 +0000 Subject: [PATCH 2/2] OJ-3050: fix - remove

tags so that empty tags ar enot rendering on the page --- src/locales/cy/pages.yml | 2 +- src/locales/en/pages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/cy/pages.yml b/src/locales/cy/pages.yml index b619454c..59aea216 100644 --- a/src/locales/cy/pages.yml +++ b/src/locales/cy/pages.yml @@ -22,4 +22,4 @@ abandonCheck: title: "Ydych chi'n siŵr eich bod chi eisiau profi eich hunaniaeth mewn ffordd arall?" h1: "Ydych chi'n siŵr eich bod chi eisiau profi eich hunaniaeth mewn ffordd arall?" warning: "Ni allwch ddychwelyd i'r sgrin hon os ydych chi'n chwilio am ffordd arall o brofi eich hunaniaeth." - contact: "

Cysylltwch â’r tîm GOV.UK One Login (agor mewn tab newydd)

" + contact: "Cysylltwch â’r tîm GOV.UK One Login (agor mewn tab newydd)" diff --git a/src/locales/en/pages.yml b/src/locales/en/pages.yml index 14e570de..273dcb34 100644 --- a/src/locales/en/pages.yml +++ b/src/locales/en/pages.yml @@ -25,4 +25,4 @@ abandonCheck: title: Are you sure you want to prove your identity another way? h1: Are you sure you want to prove your identity another way? warning: You cannot return to this screen if you choose another way to prove your identity. - contact: "

Contact the GOV.UK One Login team (opens in a new tab)

" + contact: "Contact the GOV.UK One Login team (opens in a new tab)"