Skip to content

Commit

Permalink
changed text (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhodges-nimble authored Oct 9, 2024
1 parent 4bbfa92 commit 9be29f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class EditFinalFinancePlanTaskModel(
public bool? ConfirmedTrustHasProvidedFinalPlan { get; set; }

[BindProperty(Name = "grade-6-signed-off-final-plan-date", BinderType = typeof(DateInputModelBinder))]
[DisplayName("Date that the Grade 6 signed-off the final plan")]
[DisplayName("Actual date that the Grade 6 signed-off the final plan")]
public DateTime? Grade6SignedOffFinalPlanDate { get; set; }

[BindProperty(Name = "sent-final-plan-to-revenue-funding-mailbox")]
Expand Down

0 comments on commit 9be29f5

Please sign in to comment.