From c5a78328b5079009a809a3612aa4bf2ee2304cfa Mon Sep 17 00:00:00 2001 From: Joshua Hawxwell Date: Tue, 10 Dec 2024 13:50:24 +0000 Subject: [PATCH] Format content with DonorFullName --- web/template/attorney/confirm_your_details.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}