Skip to content

Commit

Permalink
MLPAB-2496 fix card title
Browse files Browse the repository at this point in the history
  • Loading branch information
acsauk committed Oct 3, 2024
1 parent 6f07a0c commit 3ee0421
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lang/cy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,6 @@
"theDetailsOnYourLPA": "Welsh",
"someDetailsDoNotMatchIdentityDetailsWarning": "Welsh",
"yourLPADetailsHaveBeenUpdatedToMatchIdentitySuccess": "Welsh",
"confirmedIdentityDetails": "Welsh",
"doesNotMatch": "Welsh",
"updateMyLPADetailsToMatchIdentityHint": "Welsh",
"iUnderstandThisWillWithdrawLPAHint": "Welsh",
Expand Down
1 change: 0 additions & 1 deletion lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,6 @@
"theDetailsOnYourLPA": "The details on your LPA",
"someDetailsDoNotMatchIdentityDetailsWarning": "Some of the details on your LPA do not match your confirmed identity details",
"yourLPADetailsHaveBeenUpdatedToMatchIdentitySuccess": "Your LPA details have been updated to match your confirmed identity",
"confirmedIdentityDetails": "Confirmed identity details",
"doesNotMatch": "Does not match",
"updateMyLPADetailsToMatchIdentityHint": "Update my LPA details to match my confirmed identity details.",
"iUnderstandThisWillWithdrawLPAHint": "I understand that this will withdraw my LPA and I will no longer be able to access it.",
Expand Down
2 changes: 1 addition & 1 deletion web/template/layout/identity-details.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div class="govuk-summary-card">
<div class="govuk-summary-card__title-wrapper">
<h2 class="govuk-summary-card__title">{{ tr .App "confirmedIdentityDetails" }}</h2>
<h2 class="govuk-summary-card__title">{{ tr .App "yourConfirmedIdentityDetails" }}</h2>
</div>
<div class="govuk-summary-card__content">
<dl class="govuk-summary-list">
Expand Down

0 comments on commit 3ee0421

Please sign in to comment.