diff --git a/lang/cy.json b/lang/cy.json index c5c0e3b4ab..748cb13d34 100644 --- a/lang/cy.json +++ b/lang/cy.json @@ -700,7 +700,7 @@ "detailsYouHaveGivenUs": "Manylion rydych wedi eu rhoi i ni", "detailsTheDonorHasGivenAboutYou": "Manylion y mae’r rhoddwr wedi eu rhoi amdanoch", "whatToDoIfAnyDetailsAreIncorrect": "Beth i’w wneud os yw unrhyw rai o’r manylion a roddwyd amdanoch yn anghywir", - "whatToDoIfAnyDetailsAreIncorrectAttorneyContent": "
Os byddwch yn gweld camgymeriad yn yr enw, y dyddiad geni neu’r cyfeiriad y mae’r rhoddwr wedi’u darparu ar eich cyfer, ni ddylech barhau.
Bydd angen i chi roi gwybod i’r rhoddwr fel y bydd yn gallu newid eich manylion.
Unwaith y bydd wedi newid eich manylion, bydd angen i chi fewngofnodi eto a chadarnhau bod eich manylion yn gywir.
", + "whatToDoIfAnyDetailsAreIncorrectAttorneyContent": "Welsh {{.DonorFullName}}
", "anyErrorsInYourDetailsCanDelay": "Gall unrhyw gamgymeriadau yn eich manylion achosi oedi cyn prosesu’r LPA.", "mobileNumber": "Rhif ffôn symudol", "anyErrorsInYourDetailsCanMakeLpaDifficultToUse": "Gall unrhyw wallau yn eich manylion wneud yr LPA yn anodd ei ddefnyddio. Mae’n bosibl na fydd sefydliadau’n derbyn yr LPA os nad yw’ch manylion yn cyfateb i’ch data adnabod.", diff --git a/lang/en.json b/lang/en.json index 86ceb22af6..0fa174a6e2 100644 --- a/lang/en.json +++ b/lang/en.json @@ -626,7 +626,7 @@ "whatToDoIfAnyDetailsAreIncorrect": "What to do if any of the details given about you are incorrect", "whatToDoIfAnyDetailsAreIncorrectCertificateProviderContentLay": "If you notice a mistake in the name, address or mobile number the donor provided for you, you’ll need to let the donor know so they can change your details.
Once the donor has changed your details, you’ll need to log back in again and confirm your details are correct.
You should not complete the ‘Confirm your identity’ task until all of your information is correct.
", "whatToDoIfAnyDetailsAreIncorrectCertificateProviderContentProfessional": "If you notice a mistake in the name, work address or mobile number the donor provided for you, you’ll need to let the donor know so they can change your details.
Once the donor has changed your details, you’ll need to log back in again and confirm your details are correct.
You should not complete the ‘Confirm your identity’ task until all of your information is correct.
", - "whatToDoIfAnyDetailsAreIncorrectAttorneyContent": "If you notice a mistake in the name, date of birth or address the donor provided for you, you should not continue.
You’ll need to let the donor know so they can change your details.
Once they’ve changed your details, you’ll need to log back in again and confirm your details are correct.
", + "whatToDoIfAnyDetailsAreIncorrectAttorneyContent": "You can correct a mistake in your phone number.
However, if your name, date of birth or address are incorrect, do not continue.
Ask {{.DonorFullName}} to update your details. You must then log back into the service to confirm your details are correct.
", "anyErrorsInYourDetailsCanDelay": "Any errors in your details can cause delays in processing the LPA.", "mobileNumber": "Mobile number", "anyErrorsInYourDetailsCanMakeLpaDifficultToUse": "Any errors in your details can make the LPA difficult to use. Organisations might not accept the LPA if your details do not match your ID.", diff --git a/web/template/attorney/confirm_your_details.gohtml b/web/template/attorney/confirm_your_details.gohtml index 83b925d34f..1c2a27b1b7 100644 --- a/web/template/attorney/confirm_your_details.gohtml +++ b/web/template/attorney/confirm_your_details.gohtml @@ -45,7 +45,7 @@ {{ template "address-summary-row" (summaryRow .App "address" .Attorney.Address "" $attorneyFullName false true ) }} - {{ template "details" (details . "whatToDoIfAnyDetailsAreIncorrect" "whatToDoIfAnyDetailsAreIncorrectAttorneyContent" false) }} + {{ template "details" (details . "whatToDoIfAnyDetailsAreIncorrect" (trFormat .App "whatToDoIfAnyDetailsAreIncorrectAttorneyContent" "DonorFullName" .Lpa.Donor.FullName) false) }} {{ template "warning" (content .App "anyErrorsInYourDetailsCanMakeLpaDifficultToUse") }} {{ end }}