diff --git a/DigitalLearningSolutions.Web/Views/Supervisor/Index.cshtml b/DigitalLearningSolutions.Web/Views/Supervisor/Index.cshtml index 52ae7eecb7..e1561e1a8c 100644 --- a/DigitalLearningSolutions.Web/Views/Supervisor/Index.cshtml +++ b/DigitalLearningSolutions.Web/Views/Supervisor/Index.cshtml @@ -34,7 +34,7 @@ @Model.DashboardData.StaffCount Staff @if (Model.DashboardData.StaffUnregisteredCount > 0) { - (@Model.DashboardData.StaffUnregisteredCount unregistered) + (@Model.DashboardData.StaffUnregisteredCount not registered) }
diff --git a/DigitalLearningSolutions.Web/Views/Supervisor/NominateSupervisor.cshtml b/DigitalLearningSolutions.Web/Views/Supervisor/NominateSupervisor.cshtml index f1858176c1..216b33a3d1 100644 --- a/DigitalLearningSolutions.Web/Views/Supervisor/NominateSupervisor.cshtml +++ b/DigitalLearningSolutions.Web/Views/Supervisor/NominateSupervisor.cshtml @@ -3,53 +3,53 @@ @model SupervisorDelegateViewModel; @inject IConfiguration Configuration; @{ - var errorHasOccurred = !ViewData.ModelState.IsValid; - ViewData["Application"] = "Supervisor"; - ViewData["Title"] = (errorHasOccurred ? "Error: " : "") + "My Staff - Nominate Supervisor"; - ViewData["HeaderPath"] = $"{Configuration["AppRootPath"]}/Supervisor/MyStaff"; - ViewData["HeaderPathName"] = "My Staff"; + var errorHasOccurred = !ViewData.ModelState.IsValid; + ViewData["Application"] = "Supervisor"; + ViewData["Title"] = (errorHasOccurred ? "Error: " : "") + "Confirm Nominate supervisor"; + ViewData["HeaderPath"] = $"{Configuration["AppRootPath"]}/Supervisor/MyStaff"; + ViewData["HeaderPathName"] = "My Staff"; } @section NavMenuItems { -By nominating this member of staff as a supervisor, you are confirming there competence to assess the capability of others.
-Once the nominated supervisor role has been assigned, it can only be removed by a Centre Manager or Clinical Centre Manager.
- +By promoting this member of staff to the Nominated supervisor role, you are confirming there competence to assess the capability of others.
+Once the Nominated supervisor role has been assigned, it can only be removed by a Centre Manager or Clinical Centre Manager.
+ -