Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #746 from DFE-Digital/hotfix/decision-date-content…
Browse files Browse the repository at this point in the history
…-change

Date of decision
  • Loading branch information
dneed-nimble authored Jun 4, 2024
2 parents a8d49cc + c9bd141 commit 1a23963
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@using Dfe.PrepareTransfers.TagHelpers
@model Dfe.PrepareTransfers.Pages.TaskList.Decision.DecisionDate
@{
ViewData["Title"] = $"Date {Model.DecisionText}";
ViewData["Title"] = $"Date of decision";
Layout = "_Layout";
}

Expand Down

0 comments on commit 1a23963

Please sign in to comment.