Skip to content

Commit

Permalink
MLPAB-2344 Remove "if you have concerns" details from confirm opt-out (
Browse files Browse the repository at this point in the history
  • Loading branch information
hawx authored Aug 7, 2024
1 parent 96240dd commit 00ce2b5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lang/cy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1183,8 +1183,6 @@
"enterYour12CharacterReferenceNumberHint": "Welsh",
"confirmYouDoNotWantToBeACertificateProvider": "Welsh",
"confirmYouDoNotWantToBeACertificateProviderContent": "<p class=\"govuk-body\">Welsh {{ .DonorFullNamePossessive }} Welsh :</p> <div class=\"govuk-inset-text\"> <p class=\"govuk-!-margin-bottom-1\"><span class=\"govuk-!-font-weight-bold\">Welsh:</span> {{ .LpaType }}</p> <p class=\"govuk-!-margin-bottom-1 govuk-!-margin-top-1\"><span class=\"govuk-!-font-weight-bold\">Welsh:</span> {{ .LpaUID }}</p> </div>",
"ifYouHaveConcernsAboutThisLPA": "Welsh",
"ifYouHaveConcernsAboutThisLPAContent": "Welsh",
"whenYouSelectConfirmWeWillContactDonor": "Welsh {{ .DonorFirstNames }} Welsh",
"thankYou": "Welsh",
"weHaveContactedDonorToLetThemKnowYourDecision": "Welsh {{ .DonorFullName }} Welsh",
Expand Down
2 changes: 0 additions & 2 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1115,8 +1115,6 @@
"enterYour12CharacterReferenceNumberHint": "You can find your reference number in the email inviting you to be a certificate provider.",
"confirmYouDoNotWantToBeACertificateProvider": "Confirm you do not want to be a certificate provider",
"confirmYouDoNotWantToBeACertificateProviderContent": "<p class=\"govuk-body\">You have told us that you do not want to be the certificate provide for {{ .DonorFullNamePossessive }} LPA :</p> <div class=\"govuk-inset-text\"> <p class=\"govuk-!-margin-bottom-1\"><span class=\"govuk-!-font-weight-bold\">LPA type:</span> {{ .LpaType }}</p> <p class=\"govuk-!-margin-bottom-1 govuk-!-margin-top-1\"><span class=\"govuk-!-font-weight-bold\">LPA number:</span> {{ .LpaUID }}</p> </div>",
"ifYouHaveConcernsAboutThisLPA": "If you have concerns about this LPA",
"ifYouHaveConcernsAboutThisLPAContent": "Placeholder",
"whenYouSelectConfirmWeWillContactDonor": "When you select ‘Confirm’ we will contact {{ .DonorFirstNames }} to tell them what they should do next.",
"thankYou": "Thank you",
"weHaveContactedDonorToLetThemKnowYourDecision": "We have contacted {{ .DonorFullName }} to let them know of your decision to not be their certificate provider",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

{{ trFormatHtml .App "confirmYouDoNotWantToBeACertificateProviderContent" "DonorFullNamePossessive" $donorFullNamePossessive "LpaType" $lpaType "LpaUID" .Lpa.LpaUID }}

{{ template "details" (details . "ifYouHaveConcernsAboutThisLPA" "ifYouHaveConcernsAboutThisLPAContent" false) }}

<p class="govuk-body">{{ trFormat .App "whenYouSelectConfirmWeWillContactDonor" "DonorFirstNames" .Lpa.Donor.FirstNames }}</p>

<form novalidate method="post">
Expand Down

0 comments on commit 00ce2b5

Please sign in to comment.