diff --git a/lang/cy.json b/lang/cy.json index e294034870..8bf1d0213e 100644 --- a/lang/cy.json +++ b/lang/cy.json @@ -1182,7 +1182,8 @@ "confirmYouDoNotWantToBeACertificateProvider": "Cadarnhewch nad ydych am fod yn ddarparwr tystysgrif", "confirmYouDoNotWantToBeACertificateProviderContent": "

Welsh {{ .DonorFullNamePossessive }} Welsh :

Welsh: {{ .LpaType }}

Welsh: {{ .LpaUID }}

", "whenYouSelectConfirmWeWillContactDonor": "Welsh {{ .DonorFirstNames }} Welsh", - "youHaveConfirmedYouDoNotWantToBeCertificateProvider": "Welsh {{.DonorFullNamePossessive}} Welsh", + "youHaveConfirmedYouDoNotWantToBeACertificateProvider": "Welsh", + "youHaveConfirmedYouDoNotWantToBeDonorsCertificateProvider": "Welsh {{.DonorFullNamePossessive}} Welsh", "reportAConcernContent": "

Welsh

Welsh:

Welsh Welsh Welsh

", "yourAddress": "Welsh", "yourAddressWarning": "Welsh", diff --git a/lang/en.json b/lang/en.json index af49350955..ed0935d912 100644 --- a/lang/en.json +++ b/lang/en.json @@ -1114,7 +1114,8 @@ "confirmYouDoNotWantToBeACertificateProvider": "Confirm you do not want to be the certificate provider", "confirmYouDoNotWantToBeACertificateProviderContent": "

You have told us that you do not want to be the certificate provide for {{ .DonorFullNamePossessive }} LPA :

LPA type: {{ .LpaType }}

LPA number: {{ .LpaUID }}

", "whenYouSelectConfirmWeWillContactDonor": "When you select ‘Confirm’ we will contact {{ .DonorFirstNames }} to tell them what they should do next.", - "youHaveConfirmedYouDoNotWantToBeCertificateProvider": "You have confirmed that you do not want to be {{.DonorFullNamePossessive}} certificate provider.", + "youHaveConfirmedYouDoNotWantToBeACertificateProvider": "You have confirmed that you do not want to be a certificate provider.", + "youHaveConfirmedYouDoNotWantToBeDonorsCertificateProvider": "You have confirmed that you do not want to be {{.DonorFullNamePossessive}} certificate provider.", "reportAConcernContent": "

Report a concern

If you have concerns about this LPA you can contact our safeguarding team:

You can also report a concern using our online form.

", "yourAddress": "Your address", "yourAddressWarning": "You should only enter your address. You cannot make an LPA for someone else using your account.", diff --git a/web/template/certificateprovider/you_have_decided_not_to_be_a_certificate_provider.gohtml b/web/template/certificateprovider/you_have_decided_not_to_be_a_certificate_provider.gohtml index 54f4fd079b..5811b60817 100644 --- a/web/template/certificateprovider/you_have_decided_not_to_be_a_certificate_provider.gohtml +++ b/web/template/certificateprovider/you_have_decided_not_to_be_a_certificate_provider.gohtml @@ -1,13 +1,13 @@ {{ template "page" . }} -{{ define "pageTitle" }}{{ trFormat .App "youHaveConfirmedYouDoNotWantToBeCertificateProvider" "DonorFullNamePossessive" (.App.Query.Get "donorFullNamePossessive") }}{{ end }} +{{ define "pageTitle" }}{{ tr .App "youHaveConfirmedYouDoNotWantToBeACertificateProvider"}}{{ end }} {{ define "main" }}

- {{ template "pageTitle" . }} + {{ trFormat .App "youHaveConfirmedYouDoNotWantToBeDonorsCertificateProvider" "DonorFullNamePossessive" (.App.Query.Get "donorFullNamePossessive") }}