Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OJ-3050: fix - include title within the legend #1164

Merged
merged 2 commits into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/locales/cy/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<p><a href='https://signin.account.gov.uk/contact-us?supportType=PUBLIC' class='govuk-link' rel='noreferrer noopener' target='_blank'>Cysylltwch â’r tîm GOV.UK One Login (agor mewn tab newydd)</a></p>"
contact: "<a href='https://signin.account.gov.uk/contact-us?supportType=PUBLIC' class='govuk-link' rel='noreferrer noopener' target='_blank'>Cysylltwch â’r tîm GOV.UK One Login (agor mewn tab newydd)</a>"
2 changes: 1 addition & 1 deletion src/locales/en/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<p><a href='https://signin.account.gov.uk/contact-us?supportType=PUBLIC' class='govuk-link' rel='noreferrer noopener' target='_blank'>Contact the GOV.UK One Login team (opens in a new tab)</a></p>"
contact: "<a href='https://signin.account.gov.uk/contact-us?supportType=PUBLIC' class='govuk-link' rel='noreferrer noopener' target='_blank'>Contact the GOV.UK One Login team (opens in a new tab)</a>"
3 changes: 1 addition & 2 deletions src/views/kbv/abandon.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@

{% block mainContent %}

<h1 id="header" class="govuk-heading-l">{{translate("pages.abandonCheck.title")}}</h1>

{% call hmpoForm(ctx) %}
{{ hmpoRadios(ctx, {
id: "abandonRadio",
namePrefix: "abandonRadio",
fieldset: {
legend: {
html:translate("pages.abandonCheck.title"),
isPageHeading: true,
classes: "govuk-fieldset__legend--l"
}
Expand Down
Loading