Skip to content

Commit

Permalink
APR-2667 - Tidied up page titles for PlanningApprenticeshipTraining s…
Browse files Browse the repository at this point in the history
…ection
  • Loading branch information
martin-lush committed Sep 24, 2021
1 parent 3edf05e commit 2c415a1
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,13 @@ public string GetTitleForPage(string pageId)
case RoatpWorkflowPageIds.PlanningApprenticeshipTraining.ApprenticeshipStandards:
return "Delivering training in apprenticeship standards";
case RoatpWorkflowPageIds.PlanningApprenticeshipTraining.ApplicationFrameworks_MainEmployer:
case RoatpWorkflowPageIds.PlanningApprenticeshipTraining.ApplicationFrameworks_Supporting:
return "Offering apprenticeship frameworks";
case RoatpWorkflowPageIds.PlanningApprenticeshipTraining.OrganisationTransition_Main:
return "Transitioning from apprenticeship frameworks to apprenticeship standards";

case RoatpWorkflowPageIds.PlanningApprenticeshipTraining.OrganisationTransition_Supporting:
return "Transitioning from apprenticeship frameworks to apprenticeship standards";
case RoatpWorkflowPageIds.PlanningApprenticeshipTraining.OnlyDeliveringApprenticeshipFrameworks_MainEmployer:
return "Delivering apprenticeship frameworks only";
case RoatpWorkflowPageIds.PlanningApprenticeshipTraining
.OnlyDeliveringApprenticeshipFrameworks_Supporting:
case RoatpWorkflowPageIds.PlanningApprenticeshipTraining.OnlyDeliveringApprenticeshipFrameworks_Supporting:
return "Delivering apprenticeship frameworks only";
case RoatpWorkflowPageIds.PlanningApprenticeshipTraining.EngagingWithAwardingBodies:
return "Engaging and work with awarding bodies";
Expand All @@ -104,7 +101,6 @@ public string GetTitleForPage(string pageId)
case RoatpWorkflowPageIds.PlanningApprenticeshipTraining.TrainingApprentices:
return "How apprentices will be trained";
case RoatpWorkflowPageIds.PlanningApprenticeshipTraining.EnsureApprenticesAreSupportedEmployer:
return "Supporting apprentices during apprenticeship training";
case RoatpWorkflowPageIds.PlanningApprenticeshipTraining.EnsureApprenticesAreSupportedMain:
return "Supporting apprentices during apprenticeship training";
case RoatpWorkflowPageIds.PlanningApprenticeshipTraining.EnsureApprenticesAreSupportedHow:
Expand Down

0 comments on commit 2c415a1

Please sign in to comment.