Skip to content

Commit

Permalink
Format content with DonorFullName
Browse files Browse the repository at this point in the history
  • Loading branch information
hawx committed Dec 10, 2024
1 parent 13ecd43 commit c5a7832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/template/attorney/confirm_your_details.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{{ template "address-summary-row" (summaryRow .App "address" .Attorney.Address "" $attorneyFullName false true ) }}
</dl>

{{ template "details" (details . "whatToDoIfAnyDetailsAreIncorrect" "whatToDoIfAnyDetailsAreIncorrectAttorneyContent" false) }}
{{ template "details" (details . "whatToDoIfAnyDetailsAreIncorrect" (trFormat .App "whatToDoIfAnyDetailsAreIncorrectAttorneyContent" "DonorFullName" .Lpa.Donor.FullName) false) }}
{{ template "warning" (content .App "anyErrorsInYourDetailsCanMakeLpaDifficultToUse") }}
{{ end }}

Expand Down

0 comments on commit c5a7832

Please sign in to comment.