diff --git a/src/SFA.DAS.ProviderCommitments/SFA.DAS.ProviderCommitments.Web/Views/Apprentice/ChangeOfEmployerOverlapAlert.cshtml b/src/SFA.DAS.ProviderCommitments/SFA.DAS.ProviderCommitments.Web/Views/Apprentice/ChangeOfEmployerOverlapAlert.cshtml index a7ca94f7f..e63e8c0c1 100644 --- a/src/SFA.DAS.ProviderCommitments/SFA.DAS.ProviderCommitments.Web/Views/Apprentice/ChangeOfEmployerOverlapAlert.cshtml +++ b/src/SFA.DAS.ProviderCommitments/SFA.DAS.ProviderCommitments.Web/Views/Apprentice/ChangeOfEmployerOverlapAlert.cshtml @@ -30,7 +30,7 @@

@ViewBag.Title

- Check you have entered the apprentice details and training dates. + Check you have entered the learner details and training dates.

@if (Model.ExceedsFundingBandCap) { @@ -45,7 +45,7 @@

- Apprentice details + Learner details

  • @@ -57,7 +57,7 @@
    - Apprentice Name + Learner Name
    @Model.ApprenticeName @@ -155,7 +155,7 @@ }
    - Total agreed apprenticeship price + Total agreed training price
    @Model.OldPrice.ToGdsCostFormat() @@ -249,7 +249,7 @@ }
    - @(isRegular ? "New agreed apprenticeship price" : "Total agreed apprenticeship price") + @(isRegular ? "New agreed training price" : "Total agreed training price")
    @Model.NewPrice.ToGdsCostFormat()