From 4fe7c9ccdf3e6dc01138f6e4faa5d7550c389025 Mon Sep 17 00:00:00 2001 From: Ben Stone Date: Wed, 16 Sep 2020 13:50:21 +0100 Subject: [PATCH 1/6] CON-2148 New page titles --- .../Views/ApplicationReview/ApplicationReview.cshtml | 1 + .../ApplicationReview/ApplicationStatusConfirmation.cshtml | 2 ++ .../Views/CloneVacancy/CloneVacancyDatesQuestion.cshtml | 2 +- .../Views/CloneVacancy/CloneVacancyWithNewDates.cshtml | 3 ++- src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml | 2 ++ .../Employer.Web/Views/CreateVacancyOptions/Options.cshtml | 1 + src/Employer/Employer.Web/Views/Dashboard/Dashboard.cshtml | 1 + src/Employer/Employer.Web/Views/DeleteVacancy/Delete.cshtml | 3 ++- .../Views/EditVacancyDates/EditVacancyDates.cshtml | 1 + src/Employer/Employer.Web/Views/Error/AccessDenied.cshtml | 2 +- .../Employer.Web/Views/Error/ApplicationWithdrawn.cshtml | 1 + src/Employer/Employer.Web/Views/Error/Error.cshtml | 2 +- src/Employer/Employer.Web/Views/Error/PageNotFound.cshtml | 2 +- .../ConfirmUnsubscribeNotifications.cshtml | 2 +- .../Views/ManageNotifications/ManageNotifications.cshtml | 2 +- .../NotificationUnsubscribedAcknowledgement.cshtml | 2 +- .../NotificationsUpdatedAcknowledgement.cshtml | 2 +- src/Employer/Employer.Web/Views/Part1/Dates/Dates.cshtml | 1 + .../Employer.Web/Views/Part1/Duration/Duration.cshtml | 1 + .../Employer.Web/Views/Part1/Employer/Employer.cshtml | 2 +- .../Employer.Web/Views/Part1/EmployerName/EmployerName.cshtml | 1 + .../Employer.Web/Views/Part1/Location/Location.cshtml | 1 + .../Views/Part1/NumberOfPositions/NumberOfPositions.cshtml | 1 + .../Views/Part1/Part1Complete/Part1Complete.cshtml | 1 + src/Employer/Employer.Web/Views/Part1/Title/Title.cshtml | 1 + .../Employer.Web/Views/Part1/Training/ConfirmTraining.cshtml | 1 + .../Employer.Web/Views/Part1/Training/Training.cshtml | 1 + .../Views/Part1/Training/TrainingFirstVacancy.cshtml | 1 + .../Employer.Web/Views/Part1/Training/TrainingHelp.cshtml | 1 + .../Part1/TrainingProvider/ConfirmTrainingProvider.cshtml | 1 + .../Part1/TrainingProvider/SelectTrainingProvider.cshtml | 1 + src/Employer/Employer.Web/Views/Part1/Wage/Wage.cshtml | 1 + .../Views/Part2/AboutEmployer/AboutEmployer.cshtml | 2 +- .../Views/Part2/ApplicationProcess/ApplicationProcess.cshtml | 2 +- .../Views/Part2/Considerations/Considerations.cshtml | 1 + .../EmployerContactDetails/EmployerContactDetails.cshtml | 1 + .../Views/Part2/Qualifications/Qualification.cshtml | 1 + .../Views/Part2/Qualifications/Qualifications.cshtml | 1 + .../Views/Part2/ShortDescription/ShortDescription.cshtml | 1 + src/Employer/Employer.Web/Views/Part2/Skills/Skills.cshtml | 3 ++- .../Views/Part2/VacancyDescription/VacancyDescription.cshtml | 1 + src/Employer/Employer.Web/Views/Submitted/Confirmation.cshtml | 2 +- src/Employer/Employer.Web/Views/Vacancies/Vacancies.cshtml | 2 +- .../Employer.Web/Views/VacancyManage/EditVacancy.cshtml | 4 ++++ .../Employer.Web/Views/VacancyManage/ManageVacancy.cshtml | 2 +- .../Employer.Web/Views/VacancyPreview/VacancyPreview.cshtml | 1 + src/Provider/Provider.Web/Views/Part2/Skills/Skills.cshtml | 3 ++- 47 files changed, 56 insertions(+), 18 deletions(-) diff --git a/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationReview.cshtml b/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationReview.cshtml index 07905d02b0..cd9d2f0e57 100644 --- a/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationReview.cshtml +++ b/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationReview.cshtml @@ -3,6 +3,7 @@ @model Esfa.Recruit.Shared.Web.ViewModels.ApplicationReview.ApplicationReviewViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-application-review"; + ViewBag.Title = "Review application - Apprenticeship Service - GOV.UK"; }
diff --git a/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationStatusConfirmation.cshtml b/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationStatusConfirmation.cshtml index fd7b2eea75..6f4da2f72d 100644 --- a/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationStatusConfirmation.cshtml +++ b/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationStatusConfirmation.cshtml @@ -2,6 +2,8 @@ @{ ViewBag.Vpv = "/recruitment/employer/page-application-status-confirmation"; + ViewBag.Title = "Are you sure you want to tell this applicant that they have been accepted? - Apprenticeship Service - GOV.UK"; + }
diff --git a/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyDatesQuestion.cshtml b/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyDatesQuestion.cshtml index dd27a9032a..762a451023 100644 --- a/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyDatesQuestion.cshtml +++ b/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyDatesQuestion.cshtml @@ -2,7 +2,7 @@ @{ ViewBag.Vpv = "/recruitment/employer/page-clone-vacancy-dates-question"; - ViewBag.Title = "Does the new advert have the same closing date and start date?"; + ViewBag.Title = "Does the new advert have the same closing date and start date? - Apprenticeship Service - GOV.UK"; }
diff --git a/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyWithNewDates.cshtml b/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyWithNewDates.cshtml index 2d90ec6144..f32091274d 100644 --- a/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyWithNewDates.cshtml +++ b/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyWithNewDates.cshtml @@ -3,7 +3,8 @@ var exampleClosingDate = DateTime.Now.AddMonths(2); var exampleStartingDate = exampleClosingDate.AddDays(14); ViewBag.Vpv = "/recruitment/employer/page-clone-vacancy-with-new-dates"; - ViewBag.Title = "Change the closing date or start date"; + ViewBag.Title = "Change the closing date or start date - Apprenticeship Service - GOV.UK"; + }
diff --git a/src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml b/src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml index 8f3c9abf12..7bcd0dbe18 100644 --- a/src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml +++ b/src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml @@ -1,6 +1,8 @@ @model Esfa.Recruit.Employer.Web.ViewModels.CloseViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-close-vacancy"; + ViewBag.Title = "Are you sure you want to close this vacancy on Find an apprenticeship? - Apprenticeship Service - GOV.UK"; + }
diff --git a/src/Employer/Employer.Web/Views/CreateVacancyOptions/Options.cshtml b/src/Employer/Employer.Web/Views/CreateVacancyOptions/Options.cshtml index 6415fa3cc4..20c791a917 100644 --- a/src/Employer/Employer.Web/Views/CreateVacancyOptions/Options.cshtml +++ b/src/Employer/Employer.Web/Views/CreateVacancyOptions/Options.cshtml @@ -1,6 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.CreateVacancyOptions.CreateVacancyOptionsViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-create-vacancy-options"; + ViewBag.Title = "Create an advert - Apprenticeship Service - GOV.UK"; }
diff --git a/src/Employer/Employer.Web/Views/Dashboard/Dashboard.cshtml b/src/Employer/Employer.Web/Views/Dashboard/Dashboard.cshtml index 50b7e037ed..349890f1ca 100644 --- a/src/Employer/Employer.Web/Views/Dashboard/Dashboard.cshtml +++ b/src/Employer/Employer.Web/Views/Dashboard/Dashboard.cshtml @@ -11,6 +11,7 @@ ViewBag.ShowReturnToMaLink = Model.FromMaHome; ViewBag.Vpv = "/recruitment/employer/page-dashboard"; ViewBag.ZenDeskLabel = "recruit-recruitment"; + ViewBag.Title = "Your apprenticeship adverts - Apprenticeship Service - GOV.UK"; } diff --git a/src/Employer/Employer.Web/Views/DeleteVacancy/Delete.cshtml b/src/Employer/Employer.Web/Views/DeleteVacancy/Delete.cshtml index d47da801cb..27a49ef35d 100644 --- a/src/Employer/Employer.Web/Views/DeleteVacancy/Delete.cshtml +++ b/src/Employer/Employer.Web/Views/DeleteVacancy/Delete.cshtml @@ -1,7 +1,8 @@ @model Esfa.Recruit.Employer.Web.ViewModels.DeleteVacancy.DeleteViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-delete-vacancy"; - ViewBag.Title = "Are you sure you want to delete this advert?"; + ViewBag.Title = "Are you sure you want to delete this advert? - Apprenticeship Service - GOV.UK"; + }
diff --git a/src/Employer/Employer.Web/Views/EditVacancyDates/EditVacancyDates.cshtml b/src/Employer/Employer.Web/Views/EditVacancyDates/EditVacancyDates.cshtml index 9cb4251949..64b5885c08 100644 --- a/src/Employer/Employer.Web/Views/EditVacancyDates/EditVacancyDates.cshtml +++ b/src/Employer/Employer.Web/Views/EditVacancyDates/EditVacancyDates.cshtml @@ -1,6 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.EditVacancyDates.EditVacancyDatesViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-edit-vacancy-dates"; + ViewBag.Title = "Edit advert dates - Apprenticeship Service - GOV.UK"; }
diff --git a/src/Employer/Employer.Web/Views/Error/AccessDenied.cshtml b/src/Employer/Employer.Web/Views/Error/AccessDenied.cshtml index fd1d2559d5..567a536045 100644 --- a/src/Employer/Employer.Web/Views/Error/AccessDenied.cshtml +++ b/src/Employer/Employer.Web/Views/Error/AccessDenied.cshtml @@ -1,5 +1,5 @@ @{ - ViewBag.Title = "Access denied"; + ViewBag.Title = "Access denied - Apprenticeship Service - GOV.UK"; ViewBag.ShowNav = false; ViewBag.Vpv = "/recruitment/employer/page-access-denied"; } diff --git a/src/Employer/Employer.Web/Views/Error/ApplicationWithdrawn.cshtml b/src/Employer/Employer.Web/Views/Error/ApplicationWithdrawn.cshtml index 20444c46b0..ec06496123 100644 --- a/src/Employer/Employer.Web/Views/Error/ApplicationWithdrawn.cshtml +++ b/src/Employer/Employer.Web/Views/Error/ApplicationWithdrawn.cshtml @@ -1,6 +1,7 @@ @model string @{ ViewBag.Vpv = "/recruitment/employer/page-application-withdrawn"; + ViewBag.Title = "This application has been withdrawn by the candidate - Apprenticeship Service - GOV.UK"; }
diff --git a/src/Employer/Employer.Web/Views/Error/Error.cshtml b/src/Employer/Employer.Web/Views/Error/Error.cshtml index d0c0f19a00..096e6bcb66 100644 --- a/src/Employer/Employer.Web/Views/Error/Error.cshtml +++ b/src/Employer/Employer.Web/Views/Error/Error.cshtml @@ -1,5 +1,5 @@ @{ - ViewBag.Title = "Error"; + ViewBag.Title = "There's been an error - Apprenticeship Service - GOV.UK"; ViewBag.ShowNav = false; ViewBag.Vpv = "/recruitment/employer/page-error"; } diff --git a/src/Employer/Employer.Web/Views/Error/PageNotFound.cshtml b/src/Employer/Employer.Web/Views/Error/PageNotFound.cshtml index de254e88c7..399b163773 100644 --- a/src/Employer/Employer.Web/Views/Error/PageNotFound.cshtml +++ b/src/Employer/Employer.Web/Views/Error/PageNotFound.cshtml @@ -1,5 +1,5 @@ @{ - ViewBag.Title = "Page not found"; + ViewBag.Title = "Page not found - Apprenticeship Service - GOV.UK"; ViewBag.ShowNav = false; ViewBag.Vpv = "/recruitment/employer/page-not-found"; } diff --git a/src/Employer/Employer.Web/Views/ManageNotifications/ConfirmUnsubscribeNotifications.cshtml b/src/Employer/Employer.Web/Views/ManageNotifications/ConfirmUnsubscribeNotifications.cshtml index ce22cb7dd5..c9619c4ffe 100644 --- a/src/Employer/Employer.Web/Views/ManageNotifications/ConfirmUnsubscribeNotifications.cshtml +++ b/src/Employer/Employer.Web/Views/ManageNotifications/ConfirmUnsubscribeNotifications.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.ManageNotifications.ConfirmUnsubscribeNotificationsViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-confirm-unsubscribe-notifications"; - ViewBag.Title = "Are you sure you want to stop receiving emails about adverts and applications?"; + ViewBag.Title = "Are you sure you want to stop receiving emails about adverts and applications? - Apprenticeship Service - GOV.UK"; }
diff --git a/src/Employer/Employer.Web/Views/ManageNotifications/ManageNotifications.cshtml b/src/Employer/Employer.Web/Views/ManageNotifications/ManageNotifications.cshtml index d62c557219..674346f594 100644 --- a/src/Employer/Employer.Web/Views/ManageNotifications/ManageNotifications.cshtml +++ b/src/Employer/Employer.Web/Views/ManageNotifications/ManageNotifications.cshtml @@ -2,7 +2,7 @@ @using Esfa.Recruit.Vacancies.Client.Domain.Entities; @{ ViewBag.Vpv = "/recruitment/employer/page-manage-notifications"; - ViewBag.Title = "Manage your emails"; + ViewBag.Title = "Manage your emails - Apprenticeship Service - GOV.UK"; } @model ManageNotificationsViewModel diff --git a/src/Employer/Employer.Web/Views/ManageNotifications/NotificationUnsubscribedAcknowledgement.cshtml b/src/Employer/Employer.Web/Views/ManageNotifications/NotificationUnsubscribedAcknowledgement.cshtml index 1a85ccd64c..5974e774af 100644 --- a/src/Employer/Employer.Web/Views/ManageNotifications/NotificationUnsubscribedAcknowledgement.cshtml +++ b/src/Employer/Employer.Web/Views/ManageNotifications/NotificationUnsubscribedAcknowledgement.cshtml @@ -1,6 +1,6 @@ @{ ViewBag.Vpv = "/recruitment/employer/page-notification-unsubscribed-acknowledgement"; - ViewBag.Title = "You’ve successfully unsubscribed from all advert and application emails"; + ViewBag.Title = "You’ve successfully unsubscribed from all advert and application emails - Apprenticeship Service - GOV.UK"; }
diff --git a/src/Employer/Employer.Web/Views/ManageNotifications/NotificationsUpdatedAcknowledgement.cshtml b/src/Employer/Employer.Web/Views/ManageNotifications/NotificationsUpdatedAcknowledgement.cshtml index 3931cc9ea9..1d191a631a 100644 --- a/src/Employer/Employer.Web/Views/ManageNotifications/NotificationsUpdatedAcknowledgement.cshtml +++ b/src/Employer/Employer.Web/Views/ManageNotifications/NotificationsUpdatedAcknowledgement.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.ManageNotifications.ManageNotificationsAcknowledgementViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-notifications-updated-acknowledgement"; - ViewBag.Title = "You’ve successfully saved your email preferences"; + ViewBag.Title = "You’ve successfully saved your email preferences - Apprenticeship Service - GOV.UK"; }
diff --git a/src/Employer/Employer.Web/Views/Part1/Dates/Dates.cshtml b/src/Employer/Employer.Web/Views/Part1/Dates/Dates.cshtml index 6b847b7298..55134ebf90 100644 --- a/src/Employer/Employer.Web/Views/Part1/Dates/Dates.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Dates/Dates.cshtml @@ -4,6 +4,7 @@ var exampleClosingDate = DateTime.Now.AddMonths(2); var exampleStartingDate = exampleClosingDate.AddDays(14); ViewBag.Vpv = "/recruitment/employer/page-part1-dates"; + ViewBag.Title = "Important dates - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-important-dates"; } diff --git a/src/Employer/Employer.Web/Views/Part1/Duration/Duration.cshtml b/src/Employer/Employer.Web/Views/Part1/Duration/Duration.cshtml index 8ced427ea1..6bfb0401e4 100644 --- a/src/Employer/Employer.Web/Views/Part1/Duration/Duration.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Duration/Duration.cshtml @@ -3,6 +3,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.Part1.Duration.DurationViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part1-duration"; + ViewBag.Title = "Duration and working hours - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-duration-and-working-hours"; }
diff --git a/src/Employer/Employer.Web/Views/Part1/Employer/Employer.cshtml b/src/Employer/Employer.Web/Views/Part1/Employer/Employer.cshtml index 0bfe4f3058..ecaa45ed38 100644 --- a/src/Employer/Employer.Web/Views/Part1/Employer/Employer.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Employer/Employer.cshtml @@ -3,7 +3,7 @@ @{ ViewBag.Vpv = "/recruitment/employer/page-part1-employer"; ViewBag.ZenDeskLabel = "recruit-which-organisation-is-this-vacancy-for"; - ViewBag.Title = "Which organisation is this advert for?"; + ViewBag.Title = "Which organisation is this advert for? - Apprenticeship Service - GOV.UK"; }
diff --git a/src/Employer/Employer.Web/Views/Part1/EmployerName/EmployerName.cshtml b/src/Employer/Employer.Web/Views/Part1/EmployerName/EmployerName.cshtml index 664d99eb65..ee168ac001 100644 --- a/src/Employer/Employer.Web/Views/Part1/EmployerName/EmployerName.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/EmployerName/EmployerName.cshtml @@ -3,6 +3,7 @@ @model EmployerNameViewModel; @{ ViewBag.Vpv = "/recruitment/employer/page-part1-employer-name"; + ViewBag.Title = "Which employer name do you want on your advert? - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-what-employer-name-do-you-want-to-go-on-the-vacancy"; }
diff --git a/src/Employer/Employer.Web/Views/Part1/Location/Location.cshtml b/src/Employer/Employer.Web/Views/Part1/Location/Location.cshtml index 209c19f208..09996878a6 100644 --- a/src/Employer/Employer.Web/Views/Part1/Location/Location.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Location/Location.cshtml @@ -4,6 +4,7 @@ @inject IOptions PcaConfig @{ ViewBag.Vpv = "/recruitment/employer/page-part1-location"; + ViewBag.Title = "Where will the apprentice work? - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-where-will-the-apprentice-work"; } diff --git a/src/Employer/Employer.Web/Views/Part1/NumberOfPositions/NumberOfPositions.cshtml b/src/Employer/Employer.Web/Views/Part1/NumberOfPositions/NumberOfPositions.cshtml index f0af314ab7..2684758a93 100644 --- a/src/Employer/Employer.Web/Views/Part1/NumberOfPositions/NumberOfPositions.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/NumberOfPositions/NumberOfPositions.cshtml @@ -2,6 +2,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.Part1.NumberOfPositions.NumberOfPositionsViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part1-number-of-positions"; + ViewBag.Title = "How many positions are there for this apprenticeship? - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-how-many-positions-are-there-for-this-apprenticeship"; } diff --git a/src/Employer/Employer.Web/Views/Part1/Part1Complete/Part1Complete.cshtml b/src/Employer/Employer.Web/Views/Part1/Part1Complete/Part1Complete.cshtml index f99276f305..7ed88ee3b6 100644 --- a/src/Employer/Employer.Web/Views/Part1/Part1Complete/Part1Complete.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Part1Complete/Part1Complete.cshtml @@ -3,6 +3,7 @@ @inject IOptions ExternalLinks @{ ViewBag.Vpv = "/recruitment/employer/page-part1-complete"; + ViewBag.Title = "Preview your advert - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-preview-your-vacancy"; } diff --git a/src/Employer/Employer.Web/Views/Part1/Title/Title.cshtml b/src/Employer/Employer.Web/Views/Part1/Title/Title.cshtml index a00a6078d7..d6bcd4be64 100644 --- a/src/Employer/Employer.Web/Views/Part1/Title/Title.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Title/Title.cshtml @@ -3,6 +3,7 @@ @inject ManageApprenticeshipsLinkHelper _externalLinksHelper; @{ ViewBag.Vpv = "/recruitment/employer/page-part1-title"; + ViewBag.Title = "What do you want to call this advert? - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-what-do-you-want-to-call-this-vacancy"; } diff --git a/src/Employer/Employer.Web/Views/Part1/Training/ConfirmTraining.cshtml b/src/Employer/Employer.Web/Views/Part1/Training/ConfirmTraining.cshtml index 11e67102bf..cb2c84fb68 100644 --- a/src/Employer/Employer.Web/Views/Part1/Training/ConfirmTraining.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Training/ConfirmTraining.cshtml @@ -2,6 +2,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.Part1.Training.ConfirmTrainingViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part1-confirm-training"; + ViewBag.Title = "Confirm apprenticeship training - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-confirm-apprenticeship-training"; } diff --git a/src/Employer/Employer.Web/Views/Part1/Training/Training.cshtml b/src/Employer/Employer.Web/Views/Part1/Training/Training.cshtml index 9ca6a2b52f..5aedd34bca 100644 --- a/src/Employer/Employer.Web/Views/Part1/Training/Training.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Training/Training.cshtml @@ -4,6 +4,7 @@ @inject IOptions externalLinks; @{ ViewBag.Vpv = "/recruitment/employer/page-training"; + ViewBag.Title = "What training will the apprentice take? - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-what-training-will-the-apprentice-take"; }
diff --git a/src/Employer/Employer.Web/Views/Part1/Training/TrainingFirstVacancy.cshtml b/src/Employer/Employer.Web/Views/Part1/Training/TrainingFirstVacancy.cshtml index 2a3c98fd46..3364eb610a 100644 --- a/src/Employer/Employer.Web/Views/Part1/Training/TrainingFirstVacancy.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Training/TrainingFirstVacancy.cshtml @@ -1,6 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.Part1.Training.TrainingFirstVacancyViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part1-training-first-vacancy"; + ViewBag.Title = "Have you already found apprenticeship training? - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-have-you-already-found-apprenticehip-training"; }
diff --git a/src/Employer/Employer.Web/Views/Part1/Training/TrainingHelp.cshtml b/src/Employer/Employer.Web/Views/Part1/Training/TrainingHelp.cshtml index ff4d148c8f..46edd19a2e 100644 --- a/src/Employer/Employer.Web/Views/Part1/Training/TrainingHelp.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Training/TrainingHelp.cshtml @@ -1,6 +1,7 @@ @using Microsoft.Extensions.Options @inject IOptions externalLinks @{ + ViewBag.Title = "Find apprenticeship training - Apprenticeship Service - GOV.UK"; ViewBag.Vpv = "/recruitment/employer/page-part1-training-help"; } diff --git a/src/Employer/Employer.Web/Views/Part1/TrainingProvider/ConfirmTrainingProvider.cshtml b/src/Employer/Employer.Web/Views/Part1/TrainingProvider/ConfirmTrainingProvider.cshtml index 52a2cd7963..3c75137c35 100644 --- a/src/Employer/Employer.Web/Views/Part1/TrainingProvider/ConfirmTrainingProvider.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/TrainingProvider/ConfirmTrainingProvider.cshtml @@ -2,6 +2,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.Part1.TrainingProvider.ConfirmTrainingProviderViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part1-confirm-training-provider"; + ViewBag.Title = "Confirm the training provider - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-confirm-the-training-provider"; }
diff --git a/src/Employer/Employer.Web/Views/Part1/TrainingProvider/SelectTrainingProvider.cshtml b/src/Employer/Employer.Web/Views/Part1/TrainingProvider/SelectTrainingProvider.cshtml index ed15f60664..2d5de87ba2 100644 --- a/src/Employer/Employer.Web/Views/Part1/TrainingProvider/SelectTrainingProvider.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/TrainingProvider/SelectTrainingProvider.cshtml @@ -7,6 +7,7 @@ @model SelectTrainingProviderViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part1-select-training-provider"; + ViewBag.Title = "Have you found a training provider? - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-have-you-found-a-training-provider"; }
diff --git a/src/Employer/Employer.Web/Views/Part1/Wage/Wage.cshtml b/src/Employer/Employer.Web/Views/Part1/Wage/Wage.cshtml index c4e8d8d36f..e775bc8550 100644 --- a/src/Employer/Employer.Web/Views/Part1/Wage/Wage.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Wage/Wage.cshtml @@ -5,6 +5,7 @@ @inject IOptions externalLinks @{ ViewBag.Vpv = "/recruitment/employer/page-part1-wage"; + ViewBag.Title = "How much would you like to pay the apprentice? - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-how-much-would-you-like-to-pay-the-apprentice"; } diff --git a/src/Employer/Employer.Web/Views/Part2/AboutEmployer/AboutEmployer.cshtml b/src/Employer/Employer.Web/Views/Part2/AboutEmployer/AboutEmployer.cshtml index c3d942855a..15c435445e 100644 --- a/src/Employer/Employer.Web/Views/Part2/AboutEmployer/AboutEmployer.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/AboutEmployer/AboutEmployer.cshtml @@ -2,7 +2,7 @@ @{ ViewBag.Vpv = "/recruitment/employer/page-part2-about-employer"; ViewBag.ZenDeskLabel = "recruit-about-employer"; - ViewBag.Title = "Add some information about your organisation"; + ViewBag.Title = "Add some information about your organisation - Apprenticeship Service - GOV.UK"; }
diff --git a/src/Employer/Employer.Web/Views/Part2/ApplicationProcess/ApplicationProcess.cshtml b/src/Employer/Employer.Web/Views/Part2/ApplicationProcess/ApplicationProcess.cshtml index 0d2322d42b..64cb60c5c3 100644 --- a/src/Employer/Employer.Web/Views/Part2/ApplicationProcess/ApplicationProcess.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/ApplicationProcess/ApplicationProcess.cshtml @@ -4,7 +4,7 @@ @{ ViewBag.Vpv = "/recruitment/employer/page-part2-application-process"; ViewBag.ZenDeskLabel = "recruit-how-would-you-like-to-receive-applications"; - ViewBag.Title = "How would you like to receive applications?"; + ViewBag.Title = "How would you like to receive applications? - Apprenticeship Service - GOV.UK"; }
diff --git a/src/Employer/Employer.Web/Views/Part2/Considerations/Considerations.cshtml b/src/Employer/Employer.Web/Views/Part2/Considerations/Considerations.cshtml index a666479837..c0a2d69378 100644 --- a/src/Employer/Employer.Web/Views/Part2/Considerations/Considerations.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/Considerations/Considerations.cshtml @@ -1,6 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.ConsiderationsViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part2-considerations"; + ViewBag.Title = "What else would you like the applicant to consider? (optional) - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-what-else-would-you-like-the-applicant-to-consider"; }
diff --git a/src/Employer/Employer.Web/Views/Part2/EmployerContactDetails/EmployerContactDetails.cshtml b/src/Employer/Employer.Web/Views/Part2/EmployerContactDetails/EmployerContactDetails.cshtml index d2ab7203d4..d7db7b8733 100644 --- a/src/Employer/Employer.Web/Views/Part2/EmployerContactDetails/EmployerContactDetails.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/EmployerContactDetails/EmployerContactDetails.cshtml @@ -1,6 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.EmployerContactDetailsViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part2-employer-contact-details"; + ViewBag.Title = "Add employer contact information (optional) - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-add-contact-information"; }
diff --git a/src/Employer/Employer.Web/Views/Part2/Qualifications/Qualification.cshtml b/src/Employer/Employer.Web/Views/Part2/Qualifications/Qualification.cshtml index 370cfe68e1..49511c5f0b 100644 --- a/src/Employer/Employer.Web/Views/Part2/Qualifications/Qualification.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/Qualifications/Qualification.cshtml @@ -4,6 +4,7 @@ @model QualificationViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part2-qualification"; + ViewBag.Title = "What qualifications would you like the applicant to have? - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-what-qualifications-would-you-like-the-applicant-to-have"; }
diff --git a/src/Employer/Employer.Web/Views/Part2/Qualifications/Qualifications.cshtml b/src/Employer/Employer.Web/Views/Part2/Qualifications/Qualifications.cshtml index 5aad1bd0e5..42e9f460f1 100644 --- a/src/Employer/Employer.Web/Views/Part2/Qualifications/Qualifications.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/Qualifications/Qualifications.cshtml @@ -1,6 +1,7 @@ @using Esfa.Recruit.Shared.Web.Mappers @model Esfa.Recruit.Employer.Web.ViewModels.Part2.Qualifications.QualificationsViewModel @{ + ViewBag.Title = "Qualifications - Apprenticeship Service - GOV.UK"; ViewBag.Vpv = "/recruitment/employer/page-part2-qualifications"; } diff --git a/src/Employer/Employer.Web/Views/Part2/ShortDescription/ShortDescription.cshtml b/src/Employer/Employer.Web/Views/Part2/ShortDescription/ShortDescription.cshtml index 341f5d2dd5..8badc72aef 100644 --- a/src/Employer/Employer.Web/Views/Part2/ShortDescription/ShortDescription.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/ShortDescription/ShortDescription.cshtml @@ -1,6 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.Part2.ShortDescription.ShortDescriptionViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part2-short-description"; + ViewBag.Title = "Short description of the apprenticeship - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-short-description-of-the-apprenticeship"; } diff --git a/src/Employer/Employer.Web/Views/Part2/Skills/Skills.cshtml b/src/Employer/Employer.Web/Views/Part2/Skills/Skills.cshtml index 4c16c702ba..3d86d5eb47 100644 --- a/src/Employer/Employer.Web/Views/Part2/Skills/Skills.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/Skills/Skills.cshtml @@ -3,6 +3,7 @@ @model SkillsViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part2-skills"; + ViewBag.Title = "What skills and personal qualities would you like the applicant to have? - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-which-skills-and-personal-qualities-would-you-like-the-applicant-to-have"; } @@ -15,7 +16,7 @@

@Model.Title - Which skills and personal qualities would you like the applicant to have? + What skills and personal qualities would you like the applicant to have?

diff --git a/src/Employer/Employer.Web/Views/Part2/VacancyDescription/VacancyDescription.cshtml b/src/Employer/Employer.Web/Views/Part2/VacancyDescription/VacancyDescription.cshtml index 1ee2485603..d7fedac0cc 100644 --- a/src/Employer/Employer.Web/Views/Part2/VacancyDescription/VacancyDescription.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/VacancyDescription/VacancyDescription.cshtml @@ -1,6 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.Part2.VacancyDescription.VacancyDescriptionViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part2-vacancy-description"; + ViewBag.Title = "Description of the apprenticeship - Apprenticeship Service - GOV.UK"; ViewBag.ZenDeskLabel = "recruit-description-of-the-apprenticeship"; }
diff --git a/src/Employer/Employer.Web/Views/Submitted/Confirmation.cshtml b/src/Employer/Employer.Web/Views/Submitted/Confirmation.cshtml index 528f84fbc9..ac314f6225 100644 --- a/src/Employer/Employer.Web/Views/Submitted/Confirmation.cshtml +++ b/src/Employer/Employer.Web/Views/Submitted/Confirmation.cshtml @@ -3,7 +3,7 @@ @inject IOptions ExternalLinks @{ ViewBag.Vpv = "/recruitment/employer/page-vacancy-submitted-confirmation"; - ViewBag.Title = "Advert submitted for approval"; + ViewBag.Title = "Advert submitted for approval - Apprenticeship Service - GOV.UK"; }

@Model.Title

diff --git a/src/Employer/Employer.Web/Views/Vacancies/Vacancies.cshtml b/src/Employer/Employer.Web/Views/Vacancies/Vacancies.cshtml index 256e25d44e..455c21d61f 100644 --- a/src/Employer/Employer.Web/Views/Vacancies/Vacancies.cshtml +++ b/src/Employer/Employer.Web/Views/Vacancies/Vacancies.cshtml @@ -15,7 +15,7 @@ return "Manage"; } ViewBag.Vpv = "/recruitment/employer/page-vacancies"; - ViewBag.Title = "Your adverts"; + ViewBag.Title = "Your adverts - Apprenticeship Service - GOV.UK"; } diff --git a/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml b/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml index f37ea9f435..abd6bb36fb 100644 --- a/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml @@ -1,6 +1,10 @@ @model Esfa.Recruit.Employer.Web.ViewModels.VacancyManage.EditVacancyViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-edit-vacancy"; + ViewBag.Title = "Edit advert" + + "" + + " - Apprenticeship Service - GOV.UK"; + }
diff --git a/src/Employer/Employer.Web/Views/VacancyManage/ManageVacancy.cshtml b/src/Employer/Employer.Web/Views/VacancyManage/ManageVacancy.cshtml index 192b764136..45708b1f9e 100644 --- a/src/Employer/Employer.Web/Views/VacancyManage/ManageVacancy.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyManage/ManageVacancy.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.VacancyManage.ManageVacancyViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-manage-vacancy"; - ViewBag.Title = "Manage advert"; + ViewBag.Title = "Manage advert - Apprenticeship Service - GOV.UK"; }
diff --git a/src/Employer/Employer.Web/Views/VacancyPreview/VacancyPreview.cshtml b/src/Employer/Employer.Web/Views/VacancyPreview/VacancyPreview.cshtml index 2b0f6ec29b..68b6b77648 100644 --- a/src/Employer/Employer.Web/Views/VacancyPreview/VacancyPreview.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyPreview/VacancyPreview.cshtml @@ -3,6 +3,7 @@ @using Esfa.Recruit.Shared.Web.Mappers @{ ViewBag.Vpv = "/recruitment/employer/page-vacancy-preview"; + ViewBag.Title = "Preview your advert - Apprenticeship Service - GOV.UK"; } @model VacancyPreviewViewModel diff --git a/src/Provider/Provider.Web/Views/Part2/Skills/Skills.cshtml b/src/Provider/Provider.Web/Views/Part2/Skills/Skills.cshtml index e9a769c554..499849c254 100644 --- a/src/Provider/Provider.Web/Views/Part2/Skills/Skills.cshtml +++ b/src/Provider/Provider.Web/Views/Part2/Skills/Skills.cshtml @@ -3,6 +3,7 @@ @model SkillsViewModel @{ + ViewBag.Title = "What skills and personal qualities would you like the applicant to have? - Apprenticeship Service - GOV.UK"; ViewBag.GaData.Vpv = "/recruitment/provider/page-vacancy-skills"; } @@ -15,7 +16,7 @@

@Model.Title - Which skills and personal qualities would you like the applicant to have? + What skills and personal qualities would you like the applicant to have?

From 02ec5d3f116d395dcfdda4d052fa90718ce9bae0 Mon Sep 17 00:00:00 2001 From: Ben Stone Date: Thu, 17 Sep 2020 09:19:41 +0100 Subject: [PATCH 2/6] CON-2148 Page titles --- .../ApplicationReview/ApplicationStatusConfirmation.cshtml | 1 - .../Views/CloneVacancy/CloneVacancyWithNewDates.cshtml | 1 - src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml | 1 - .../Employer.Web/Views/VacancyManage/EditVacancy.cshtml | 5 +---- 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationStatusConfirmation.cshtml b/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationStatusConfirmation.cshtml index 6f4da2f72d..90067f1746 100644 --- a/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationStatusConfirmation.cshtml +++ b/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationStatusConfirmation.cshtml @@ -3,7 +3,6 @@ @{ ViewBag.Vpv = "/recruitment/employer/page-application-status-confirmation"; ViewBag.Title = "Are you sure you want to tell this applicant that they have been accepted? - Apprenticeship Service - GOV.UK"; - }
diff --git a/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyWithNewDates.cshtml b/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyWithNewDates.cshtml index f32091274d..9e62ded4ab 100644 --- a/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyWithNewDates.cshtml +++ b/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyWithNewDates.cshtml @@ -4,7 +4,6 @@ var exampleStartingDate = exampleClosingDate.AddDays(14); ViewBag.Vpv = "/recruitment/employer/page-clone-vacancy-with-new-dates"; ViewBag.Title = "Change the closing date or start date - Apprenticeship Service - GOV.UK"; - }
diff --git a/src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml b/src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml index 7bcd0dbe18..30e15ddb82 100644 --- a/src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml +++ b/src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml @@ -2,7 +2,6 @@ @{ ViewBag.Vpv = "/recruitment/employer/page-close-vacancy"; ViewBag.Title = "Are you sure you want to close this vacancy on Find an apprenticeship? - Apprenticeship Service - GOV.UK"; - }
diff --git a/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml b/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml index abd6bb36fb..d8dabccc74 100644 --- a/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml @@ -1,10 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.VacancyManage.EditVacancyViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-edit-vacancy"; - ViewBag.Title = "Edit advert" + - "" + - " - Apprenticeship Service - GOV.UK"; - + ViewBag.Title = "Edit advert - Apprenticeship Service - GOV.UK"; }
From 6736e6d5fc942c22d0afbd1504811335bd832bd4 Mon Sep 17 00:00:00 2001 From: Ben Stone Date: Fri, 18 Sep 2020 15:05:39 +0100 Subject: [PATCH 3/6] CON-2148 Page titles --- .../Views/ApplicationReview/ApplicationReview.cshtml | 2 +- .../ApplicationReview/ApplicationStatusConfirmation.cshtml | 2 +- .../Views/CloneVacancy/CloneVacancyDatesQuestion.cshtml | 2 +- .../Views/CloneVacancy/CloneVacancyWithNewDates.cshtml | 2 +- src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml | 2 +- .../Employer.Web/Views/CreateVacancyOptions/Options.cshtml | 2 +- src/Employer/Employer.Web/Views/Dashboard/Dashboard.cshtml | 2 +- src/Employer/Employer.Web/Views/DeleteVacancy/Delete.cshtml | 2 +- .../Views/EditVacancyDates/EditVacancyDates.cshtml | 2 +- src/Employer/Employer.Web/Views/Error/AccessDenied.cshtml | 2 +- .../Employer.Web/Views/Error/ApplicationWithdrawn.cshtml | 2 +- src/Employer/Employer.Web/Views/Error/Error.cshtml | 2 +- src/Employer/Employer.Web/Views/Error/PageNotFound.cshtml | 2 +- .../ConfirmUnsubscribeNotifications.cshtml | 2 +- .../Views/ManageNotifications/ManageNotifications.cshtml | 2 +- .../NotificationUnsubscribedAcknowledgement.cshtml | 2 +- .../NotificationsUpdatedAcknowledgement.cshtml | 2 +- src/Employer/Employer.Web/Views/Part1/Dates/Dates.cshtml | 2 +- .../Employer.Web/Views/Part1/Duration/Duration.cshtml | 2 +- .../Employer.Web/Views/Part1/Employer/Employer.cshtml | 2 +- .../Employer.Web/Views/Part1/EmployerName/EmployerName.cshtml | 2 +- .../Employer.Web/Views/Part1/Location/Location.cshtml | 2 +- .../Views/Part1/NumberOfPositions/NumberOfPositions.cshtml | 2 +- .../Views/Part1/Part1Complete/Part1Complete.cshtml | 2 +- src/Employer/Employer.Web/Views/Part1/Title/Title.cshtml | 2 +- .../Employer.Web/Views/Part1/Training/ConfirmTraining.cshtml | 2 +- .../Employer.Web/Views/Part1/Training/Training.cshtml | 2 +- .../Views/Part1/Training/TrainingFirstVacancy.cshtml | 2 +- .../Employer.Web/Views/Part1/Training/TrainingHelp.cshtml | 2 +- .../Part1/TrainingProvider/ConfirmTrainingProvider.cshtml | 2 +- .../Part1/TrainingProvider/SelectTrainingProvider.cshtml | 2 +- src/Employer/Employer.Web/Views/Part1/Wage/Wage.cshtml | 2 +- .../Views/Part2/AboutEmployer/AboutEmployer.cshtml | 2 +- .../Views/Part2/ApplicationProcess/ApplicationProcess.cshtml | 2 +- .../Views/Part2/Considerations/Considerations.cshtml | 2 +- .../EmployerContactDetails/EmployerContactDetails.cshtml | 2 +- .../Views/Part2/Qualifications/Qualification.cshtml | 2 +- .../Views/Part2/Qualifications/Qualifications.cshtml | 2 +- .../Views/Part2/ShortDescription/ShortDescription.cshtml | 2 +- src/Employer/Employer.Web/Views/Part2/Skills/Skills.cshtml | 2 +- .../Views/Part2/VacancyDescription/VacancyDescription.cshtml | 2 +- src/Employer/Employer.Web/Views/Shared/_Layout.cshtml | 4 ++-- .../Employer.Web/Views/Shared/_LayoutWithoutNavigation.cshtml | 4 ++-- src/Employer/Employer.Web/Views/Submitted/Confirmation.cshtml | 2 +- src/Employer/Employer.Web/Views/Vacancies/Vacancies.cshtml | 2 +- .../Employer.Web/Views/VacancyManage/EditVacancy.cshtml | 2 +- .../Employer.Web/Views/VacancyManage/ManageVacancy.cshtml | 2 +- .../Employer.Web/Views/VacancyPreview/VacancyPreview.cshtml | 2 +- src/Provider/Provider.Web/Views/Part2/Skills/Skills.cshtml | 2 +- 49 files changed, 51 insertions(+), 51 deletions(-) diff --git a/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationReview.cshtml b/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationReview.cshtml index cd9d2f0e57..dcf53fe3a2 100644 --- a/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationReview.cshtml +++ b/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationReview.cshtml @@ -3,7 +3,7 @@ @model Esfa.Recruit.Shared.Web.ViewModels.ApplicationReview.ApplicationReviewViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-application-review"; - ViewBag.Title = "Review application - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Review application"; }
diff --git a/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationStatusConfirmation.cshtml b/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationStatusConfirmation.cshtml index 90067f1746..5cb864c9b4 100644 --- a/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationStatusConfirmation.cshtml +++ b/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationStatusConfirmation.cshtml @@ -2,7 +2,7 @@ @{ ViewBag.Vpv = "/recruitment/employer/page-application-status-confirmation"; - ViewBag.Title = "Are you sure you want to tell this applicant that they have been accepted? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Are you sure you want to tell this applicant that they have been accepted?"; }
diff --git a/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyDatesQuestion.cshtml b/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyDatesQuestion.cshtml index 762a451023..dd27a9032a 100644 --- a/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyDatesQuestion.cshtml +++ b/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyDatesQuestion.cshtml @@ -2,7 +2,7 @@ @{ ViewBag.Vpv = "/recruitment/employer/page-clone-vacancy-dates-question"; - ViewBag.Title = "Does the new advert have the same closing date and start date? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Does the new advert have the same closing date and start date?"; }
diff --git a/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyWithNewDates.cshtml b/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyWithNewDates.cshtml index 9e62ded4ab..2d90ec6144 100644 --- a/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyWithNewDates.cshtml +++ b/src/Employer/Employer.Web/Views/CloneVacancy/CloneVacancyWithNewDates.cshtml @@ -3,7 +3,7 @@ var exampleClosingDate = DateTime.Now.AddMonths(2); var exampleStartingDate = exampleClosingDate.AddDays(14); ViewBag.Vpv = "/recruitment/employer/page-clone-vacancy-with-new-dates"; - ViewBag.Title = "Change the closing date or start date - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Change the closing date or start date"; }
diff --git a/src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml b/src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml index 30e15ddb82..d6ef6474c2 100644 --- a/src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml +++ b/src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.CloseViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-close-vacancy"; - ViewBag.Title = "Are you sure you want to close this vacancy on Find an apprenticeship? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Are you sure you want to close this vacancy on Find an apprenticeship?"; }
diff --git a/src/Employer/Employer.Web/Views/CreateVacancyOptions/Options.cshtml b/src/Employer/Employer.Web/Views/CreateVacancyOptions/Options.cshtml index 20c791a917..38c4fc19fb 100644 --- a/src/Employer/Employer.Web/Views/CreateVacancyOptions/Options.cshtml +++ b/src/Employer/Employer.Web/Views/CreateVacancyOptions/Options.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.CreateVacancyOptions.CreateVacancyOptionsViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-create-vacancy-options"; - ViewBag.Title = "Create an advert - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Create an advert"; }
diff --git a/src/Employer/Employer.Web/Views/Dashboard/Dashboard.cshtml b/src/Employer/Employer.Web/Views/Dashboard/Dashboard.cshtml index 349890f1ca..9d3a229f0d 100644 --- a/src/Employer/Employer.Web/Views/Dashboard/Dashboard.cshtml +++ b/src/Employer/Employer.Web/Views/Dashboard/Dashboard.cshtml @@ -11,7 +11,7 @@ ViewBag.ShowReturnToMaLink = Model.FromMaHome; ViewBag.Vpv = "/recruitment/employer/page-dashboard"; ViewBag.ZenDeskLabel = "recruit-recruitment"; - ViewBag.Title = "Your apprenticeship adverts - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Your apprenticeship adverts"; } diff --git a/src/Employer/Employer.Web/Views/DeleteVacancy/Delete.cshtml b/src/Employer/Employer.Web/Views/DeleteVacancy/Delete.cshtml index 27a49ef35d..b879dc2f3d 100644 --- a/src/Employer/Employer.Web/Views/DeleteVacancy/Delete.cshtml +++ b/src/Employer/Employer.Web/Views/DeleteVacancy/Delete.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.DeleteVacancy.DeleteViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-delete-vacancy"; - ViewBag.Title = "Are you sure you want to delete this advert? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Are you sure you want to delete this advert?"; }
diff --git a/src/Employer/Employer.Web/Views/EditVacancyDates/EditVacancyDates.cshtml b/src/Employer/Employer.Web/Views/EditVacancyDates/EditVacancyDates.cshtml index 64b5885c08..df880850b3 100644 --- a/src/Employer/Employer.Web/Views/EditVacancyDates/EditVacancyDates.cshtml +++ b/src/Employer/Employer.Web/Views/EditVacancyDates/EditVacancyDates.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.EditVacancyDates.EditVacancyDatesViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-edit-vacancy-dates"; - ViewBag.Title = "Edit advert dates - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Edit advert dates"; }
diff --git a/src/Employer/Employer.Web/Views/Error/AccessDenied.cshtml b/src/Employer/Employer.Web/Views/Error/AccessDenied.cshtml index 567a536045..fd1d2559d5 100644 --- a/src/Employer/Employer.Web/Views/Error/AccessDenied.cshtml +++ b/src/Employer/Employer.Web/Views/Error/AccessDenied.cshtml @@ -1,5 +1,5 @@ @{ - ViewBag.Title = "Access denied - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Access denied"; ViewBag.ShowNav = false; ViewBag.Vpv = "/recruitment/employer/page-access-denied"; } diff --git a/src/Employer/Employer.Web/Views/Error/ApplicationWithdrawn.cshtml b/src/Employer/Employer.Web/Views/Error/ApplicationWithdrawn.cshtml index ec06496123..083a7841ab 100644 --- a/src/Employer/Employer.Web/Views/Error/ApplicationWithdrawn.cshtml +++ b/src/Employer/Employer.Web/Views/Error/ApplicationWithdrawn.cshtml @@ -1,7 +1,7 @@ @model string @{ ViewBag.Vpv = "/recruitment/employer/page-application-withdrawn"; - ViewBag.Title = "This application has been withdrawn by the candidate - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "This application has been withdrawn by the candidate"; }
diff --git a/src/Employer/Employer.Web/Views/Error/Error.cshtml b/src/Employer/Employer.Web/Views/Error/Error.cshtml index 096e6bcb66..95e49c31c0 100644 --- a/src/Employer/Employer.Web/Views/Error/Error.cshtml +++ b/src/Employer/Employer.Web/Views/Error/Error.cshtml @@ -1,5 +1,5 @@ @{ - ViewBag.Title = "There's been an error - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "There's been an error"; ViewBag.ShowNav = false; ViewBag.Vpv = "/recruitment/employer/page-error"; } diff --git a/src/Employer/Employer.Web/Views/Error/PageNotFound.cshtml b/src/Employer/Employer.Web/Views/Error/PageNotFound.cshtml index 399b163773..de254e88c7 100644 --- a/src/Employer/Employer.Web/Views/Error/PageNotFound.cshtml +++ b/src/Employer/Employer.Web/Views/Error/PageNotFound.cshtml @@ -1,5 +1,5 @@ @{ - ViewBag.Title = "Page not found - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Page not found"; ViewBag.ShowNav = false; ViewBag.Vpv = "/recruitment/employer/page-not-found"; } diff --git a/src/Employer/Employer.Web/Views/ManageNotifications/ConfirmUnsubscribeNotifications.cshtml b/src/Employer/Employer.Web/Views/ManageNotifications/ConfirmUnsubscribeNotifications.cshtml index c9619c4ffe..ce22cb7dd5 100644 --- a/src/Employer/Employer.Web/Views/ManageNotifications/ConfirmUnsubscribeNotifications.cshtml +++ b/src/Employer/Employer.Web/Views/ManageNotifications/ConfirmUnsubscribeNotifications.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.ManageNotifications.ConfirmUnsubscribeNotificationsViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-confirm-unsubscribe-notifications"; - ViewBag.Title = "Are you sure you want to stop receiving emails about adverts and applications? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Are you sure you want to stop receiving emails about adverts and applications?"; }
diff --git a/src/Employer/Employer.Web/Views/ManageNotifications/ManageNotifications.cshtml b/src/Employer/Employer.Web/Views/ManageNotifications/ManageNotifications.cshtml index 674346f594..d62c557219 100644 --- a/src/Employer/Employer.Web/Views/ManageNotifications/ManageNotifications.cshtml +++ b/src/Employer/Employer.Web/Views/ManageNotifications/ManageNotifications.cshtml @@ -2,7 +2,7 @@ @using Esfa.Recruit.Vacancies.Client.Domain.Entities; @{ ViewBag.Vpv = "/recruitment/employer/page-manage-notifications"; - ViewBag.Title = "Manage your emails - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Manage your emails"; } @model ManageNotificationsViewModel diff --git a/src/Employer/Employer.Web/Views/ManageNotifications/NotificationUnsubscribedAcknowledgement.cshtml b/src/Employer/Employer.Web/Views/ManageNotifications/NotificationUnsubscribedAcknowledgement.cshtml index 5974e774af..1a85ccd64c 100644 --- a/src/Employer/Employer.Web/Views/ManageNotifications/NotificationUnsubscribedAcknowledgement.cshtml +++ b/src/Employer/Employer.Web/Views/ManageNotifications/NotificationUnsubscribedAcknowledgement.cshtml @@ -1,6 +1,6 @@ @{ ViewBag.Vpv = "/recruitment/employer/page-notification-unsubscribed-acknowledgement"; - ViewBag.Title = "You’ve successfully unsubscribed from all advert and application emails - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "You’ve successfully unsubscribed from all advert and application emails"; }
diff --git a/src/Employer/Employer.Web/Views/ManageNotifications/NotificationsUpdatedAcknowledgement.cshtml b/src/Employer/Employer.Web/Views/ManageNotifications/NotificationsUpdatedAcknowledgement.cshtml index 1d191a631a..3931cc9ea9 100644 --- a/src/Employer/Employer.Web/Views/ManageNotifications/NotificationsUpdatedAcknowledgement.cshtml +++ b/src/Employer/Employer.Web/Views/ManageNotifications/NotificationsUpdatedAcknowledgement.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.ManageNotifications.ManageNotificationsAcknowledgementViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-notifications-updated-acknowledgement"; - ViewBag.Title = "You’ve successfully saved your email preferences - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "You’ve successfully saved your email preferences"; }
diff --git a/src/Employer/Employer.Web/Views/Part1/Dates/Dates.cshtml b/src/Employer/Employer.Web/Views/Part1/Dates/Dates.cshtml index 55134ebf90..0c4af36d96 100644 --- a/src/Employer/Employer.Web/Views/Part1/Dates/Dates.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Dates/Dates.cshtml @@ -4,7 +4,7 @@ var exampleClosingDate = DateTime.Now.AddMonths(2); var exampleStartingDate = exampleClosingDate.AddDays(14); ViewBag.Vpv = "/recruitment/employer/page-part1-dates"; - ViewBag.Title = "Important dates - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Important dates"; ViewBag.ZenDeskLabel = "recruit-important-dates"; } diff --git a/src/Employer/Employer.Web/Views/Part1/Duration/Duration.cshtml b/src/Employer/Employer.Web/Views/Part1/Duration/Duration.cshtml index 6bfb0401e4..254bcfcd09 100644 --- a/src/Employer/Employer.Web/Views/Part1/Duration/Duration.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Duration/Duration.cshtml @@ -3,7 +3,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.Part1.Duration.DurationViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part1-duration"; - ViewBag.Title = "Duration and working hours - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Duration and working hours"; ViewBag.ZenDeskLabel = "recruit-duration-and-working-hours"; }
diff --git a/src/Employer/Employer.Web/Views/Part1/Employer/Employer.cshtml b/src/Employer/Employer.Web/Views/Part1/Employer/Employer.cshtml index ecaa45ed38..0bfe4f3058 100644 --- a/src/Employer/Employer.Web/Views/Part1/Employer/Employer.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Employer/Employer.cshtml @@ -3,7 +3,7 @@ @{ ViewBag.Vpv = "/recruitment/employer/page-part1-employer"; ViewBag.ZenDeskLabel = "recruit-which-organisation-is-this-vacancy-for"; - ViewBag.Title = "Which organisation is this advert for? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Which organisation is this advert for?"; }
diff --git a/src/Employer/Employer.Web/Views/Part1/EmployerName/EmployerName.cshtml b/src/Employer/Employer.Web/Views/Part1/EmployerName/EmployerName.cshtml index ee168ac001..8ae7e049ea 100644 --- a/src/Employer/Employer.Web/Views/Part1/EmployerName/EmployerName.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/EmployerName/EmployerName.cshtml @@ -3,7 +3,7 @@ @model EmployerNameViewModel; @{ ViewBag.Vpv = "/recruitment/employer/page-part1-employer-name"; - ViewBag.Title = "Which employer name do you want on your advert? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Which employer name do you want on your advert?"; ViewBag.ZenDeskLabel = "recruit-what-employer-name-do-you-want-to-go-on-the-vacancy"; }
diff --git a/src/Employer/Employer.Web/Views/Part1/Location/Location.cshtml b/src/Employer/Employer.Web/Views/Part1/Location/Location.cshtml index 09996878a6..17369c127b 100644 --- a/src/Employer/Employer.Web/Views/Part1/Location/Location.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Location/Location.cshtml @@ -4,7 +4,7 @@ @inject IOptions PcaConfig @{ ViewBag.Vpv = "/recruitment/employer/page-part1-location"; - ViewBag.Title = "Where will the apprentice work? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Where will the apprentice work?"; ViewBag.ZenDeskLabel = "recruit-where-will-the-apprentice-work"; } diff --git a/src/Employer/Employer.Web/Views/Part1/NumberOfPositions/NumberOfPositions.cshtml b/src/Employer/Employer.Web/Views/Part1/NumberOfPositions/NumberOfPositions.cshtml index 2684758a93..9717dcc8ed 100644 --- a/src/Employer/Employer.Web/Views/Part1/NumberOfPositions/NumberOfPositions.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/NumberOfPositions/NumberOfPositions.cshtml @@ -2,7 +2,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.Part1.NumberOfPositions.NumberOfPositionsViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part1-number-of-positions"; - ViewBag.Title = "How many positions are there for this apprenticeship? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "How many positions are there for this apprenticeship?"; ViewBag.ZenDeskLabel = "recruit-how-many-positions-are-there-for-this-apprenticeship"; } diff --git a/src/Employer/Employer.Web/Views/Part1/Part1Complete/Part1Complete.cshtml b/src/Employer/Employer.Web/Views/Part1/Part1Complete/Part1Complete.cshtml index 7ed88ee3b6..63fb3de62a 100644 --- a/src/Employer/Employer.Web/Views/Part1/Part1Complete/Part1Complete.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Part1Complete/Part1Complete.cshtml @@ -3,7 +3,7 @@ @inject IOptions ExternalLinks @{ ViewBag.Vpv = "/recruitment/employer/page-part1-complete"; - ViewBag.Title = "Preview your advert - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Preview your advert"; ViewBag.ZenDeskLabel = "recruit-preview-your-vacancy"; } diff --git a/src/Employer/Employer.Web/Views/Part1/Title/Title.cshtml b/src/Employer/Employer.Web/Views/Part1/Title/Title.cshtml index d6bcd4be64..b7dbbb2f6d 100644 --- a/src/Employer/Employer.Web/Views/Part1/Title/Title.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Title/Title.cshtml @@ -3,7 +3,7 @@ @inject ManageApprenticeshipsLinkHelper _externalLinksHelper; @{ ViewBag.Vpv = "/recruitment/employer/page-part1-title"; - ViewBag.Title = "What do you want to call this advert? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "What do you want to call this advert?"; ViewBag.ZenDeskLabel = "recruit-what-do-you-want-to-call-this-vacancy"; } diff --git a/src/Employer/Employer.Web/Views/Part1/Training/ConfirmTraining.cshtml b/src/Employer/Employer.Web/Views/Part1/Training/ConfirmTraining.cshtml index cb2c84fb68..03eaa07872 100644 --- a/src/Employer/Employer.Web/Views/Part1/Training/ConfirmTraining.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Training/ConfirmTraining.cshtml @@ -2,7 +2,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.Part1.Training.ConfirmTrainingViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part1-confirm-training"; - ViewBag.Title = "Confirm apprenticeship training - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Confirm apprenticeship training"; ViewBag.ZenDeskLabel = "recruit-confirm-apprenticeship-training"; } diff --git a/src/Employer/Employer.Web/Views/Part1/Training/Training.cshtml b/src/Employer/Employer.Web/Views/Part1/Training/Training.cshtml index 5aedd34bca..cd2c608287 100644 --- a/src/Employer/Employer.Web/Views/Part1/Training/Training.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Training/Training.cshtml @@ -4,7 +4,7 @@ @inject IOptions externalLinks; @{ ViewBag.Vpv = "/recruitment/employer/page-training"; - ViewBag.Title = "What training will the apprentice take? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "What training will the apprentice take?"; ViewBag.ZenDeskLabel = "recruit-what-training-will-the-apprentice-take"; }
diff --git a/src/Employer/Employer.Web/Views/Part1/Training/TrainingFirstVacancy.cshtml b/src/Employer/Employer.Web/Views/Part1/Training/TrainingFirstVacancy.cshtml index 3364eb610a..9af0c9b7f4 100644 --- a/src/Employer/Employer.Web/Views/Part1/Training/TrainingFirstVacancy.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Training/TrainingFirstVacancy.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.Part1.Training.TrainingFirstVacancyViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part1-training-first-vacancy"; - ViewBag.Title = "Have you already found apprenticeship training? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Have you already found apprenticeship training?"; ViewBag.ZenDeskLabel = "recruit-have-you-already-found-apprenticehip-training"; }
diff --git a/src/Employer/Employer.Web/Views/Part1/Training/TrainingHelp.cshtml b/src/Employer/Employer.Web/Views/Part1/Training/TrainingHelp.cshtml index 46edd19a2e..f615ea056d 100644 --- a/src/Employer/Employer.Web/Views/Part1/Training/TrainingHelp.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Training/TrainingHelp.cshtml @@ -1,7 +1,7 @@ @using Microsoft.Extensions.Options @inject IOptions externalLinks @{ - ViewBag.Title = "Find apprenticeship training - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Find apprenticeship training"; ViewBag.Vpv = "/recruitment/employer/page-part1-training-help"; } diff --git a/src/Employer/Employer.Web/Views/Part1/TrainingProvider/ConfirmTrainingProvider.cshtml b/src/Employer/Employer.Web/Views/Part1/TrainingProvider/ConfirmTrainingProvider.cshtml index 3c75137c35..590281df70 100644 --- a/src/Employer/Employer.Web/Views/Part1/TrainingProvider/ConfirmTrainingProvider.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/TrainingProvider/ConfirmTrainingProvider.cshtml @@ -2,7 +2,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.Part1.TrainingProvider.ConfirmTrainingProviderViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part1-confirm-training-provider"; - ViewBag.Title = "Confirm the training provider - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Confirm the training provider"; ViewBag.ZenDeskLabel = "recruit-confirm-the-training-provider"; }
diff --git a/src/Employer/Employer.Web/Views/Part1/TrainingProvider/SelectTrainingProvider.cshtml b/src/Employer/Employer.Web/Views/Part1/TrainingProvider/SelectTrainingProvider.cshtml index 2d5de87ba2..7b270f6cfd 100644 --- a/src/Employer/Employer.Web/Views/Part1/TrainingProvider/SelectTrainingProvider.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/TrainingProvider/SelectTrainingProvider.cshtml @@ -7,7 +7,7 @@ @model SelectTrainingProviderViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part1-select-training-provider"; - ViewBag.Title = "Have you found a training provider? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Have you found a training provider?"; ViewBag.ZenDeskLabel = "recruit-have-you-found-a-training-provider"; }
diff --git a/src/Employer/Employer.Web/Views/Part1/Wage/Wage.cshtml b/src/Employer/Employer.Web/Views/Part1/Wage/Wage.cshtml index e775bc8550..646ba06e90 100644 --- a/src/Employer/Employer.Web/Views/Part1/Wage/Wage.cshtml +++ b/src/Employer/Employer.Web/Views/Part1/Wage/Wage.cshtml @@ -5,7 +5,7 @@ @inject IOptions externalLinks @{ ViewBag.Vpv = "/recruitment/employer/page-part1-wage"; - ViewBag.Title = "How much would you like to pay the apprentice? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "How much would you like to pay the apprentice?"; ViewBag.ZenDeskLabel = "recruit-how-much-would-you-like-to-pay-the-apprentice"; } diff --git a/src/Employer/Employer.Web/Views/Part2/AboutEmployer/AboutEmployer.cshtml b/src/Employer/Employer.Web/Views/Part2/AboutEmployer/AboutEmployer.cshtml index 15c435445e..c3d942855a 100644 --- a/src/Employer/Employer.Web/Views/Part2/AboutEmployer/AboutEmployer.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/AboutEmployer/AboutEmployer.cshtml @@ -2,7 +2,7 @@ @{ ViewBag.Vpv = "/recruitment/employer/page-part2-about-employer"; ViewBag.ZenDeskLabel = "recruit-about-employer"; - ViewBag.Title = "Add some information about your organisation - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Add some information about your organisation"; }
diff --git a/src/Employer/Employer.Web/Views/Part2/ApplicationProcess/ApplicationProcess.cshtml b/src/Employer/Employer.Web/Views/Part2/ApplicationProcess/ApplicationProcess.cshtml index 64cb60c5c3..0d2322d42b 100644 --- a/src/Employer/Employer.Web/Views/Part2/ApplicationProcess/ApplicationProcess.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/ApplicationProcess/ApplicationProcess.cshtml @@ -4,7 +4,7 @@ @{ ViewBag.Vpv = "/recruitment/employer/page-part2-application-process"; ViewBag.ZenDeskLabel = "recruit-how-would-you-like-to-receive-applications"; - ViewBag.Title = "How would you like to receive applications? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "How would you like to receive applications?"; }
diff --git a/src/Employer/Employer.Web/Views/Part2/Considerations/Considerations.cshtml b/src/Employer/Employer.Web/Views/Part2/Considerations/Considerations.cshtml index c0a2d69378..e08b033700 100644 --- a/src/Employer/Employer.Web/Views/Part2/Considerations/Considerations.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/Considerations/Considerations.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.ConsiderationsViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part2-considerations"; - ViewBag.Title = "What else would you like the applicant to consider? (optional) - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "What else would you like the applicant to consider? (optional)"; ViewBag.ZenDeskLabel = "recruit-what-else-would-you-like-the-applicant-to-consider"; }
diff --git a/src/Employer/Employer.Web/Views/Part2/EmployerContactDetails/EmployerContactDetails.cshtml b/src/Employer/Employer.Web/Views/Part2/EmployerContactDetails/EmployerContactDetails.cshtml index d7db7b8733..58c6fe610a 100644 --- a/src/Employer/Employer.Web/Views/Part2/EmployerContactDetails/EmployerContactDetails.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/EmployerContactDetails/EmployerContactDetails.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.EmployerContactDetailsViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part2-employer-contact-details"; - ViewBag.Title = "Add employer contact information (optional) - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Add employer contact information (optional)"; ViewBag.ZenDeskLabel = "recruit-add-contact-information"; }
diff --git a/src/Employer/Employer.Web/Views/Part2/Qualifications/Qualification.cshtml b/src/Employer/Employer.Web/Views/Part2/Qualifications/Qualification.cshtml index 49511c5f0b..cc5b76380c 100644 --- a/src/Employer/Employer.Web/Views/Part2/Qualifications/Qualification.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/Qualifications/Qualification.cshtml @@ -4,7 +4,7 @@ @model QualificationViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part2-qualification"; - ViewBag.Title = "What qualifications would you like the applicant to have? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "What qualifications would you like the applicant to have?"; ViewBag.ZenDeskLabel = "recruit-what-qualifications-would-you-like-the-applicant-to-have"; }
diff --git a/src/Employer/Employer.Web/Views/Part2/Qualifications/Qualifications.cshtml b/src/Employer/Employer.Web/Views/Part2/Qualifications/Qualifications.cshtml index 42e9f460f1..89c329131c 100644 --- a/src/Employer/Employer.Web/Views/Part2/Qualifications/Qualifications.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/Qualifications/Qualifications.cshtml @@ -1,7 +1,7 @@ @using Esfa.Recruit.Shared.Web.Mappers @model Esfa.Recruit.Employer.Web.ViewModels.Part2.Qualifications.QualificationsViewModel @{ - ViewBag.Title = "Qualifications - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Qualifications"; ViewBag.Vpv = "/recruitment/employer/page-part2-qualifications"; } diff --git a/src/Employer/Employer.Web/Views/Part2/ShortDescription/ShortDescription.cshtml b/src/Employer/Employer.Web/Views/Part2/ShortDescription/ShortDescription.cshtml index 8badc72aef..33ea338f01 100644 --- a/src/Employer/Employer.Web/Views/Part2/ShortDescription/ShortDescription.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/ShortDescription/ShortDescription.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.Part2.ShortDescription.ShortDescriptionViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part2-short-description"; - ViewBag.Title = "Short description of the apprenticeship - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Short description of the apprenticeship"; ViewBag.ZenDeskLabel = "recruit-short-description-of-the-apprenticeship"; } diff --git a/src/Employer/Employer.Web/Views/Part2/Skills/Skills.cshtml b/src/Employer/Employer.Web/Views/Part2/Skills/Skills.cshtml index 3d86d5eb47..943ec0bef4 100644 --- a/src/Employer/Employer.Web/Views/Part2/Skills/Skills.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/Skills/Skills.cshtml @@ -3,7 +3,7 @@ @model SkillsViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part2-skills"; - ViewBag.Title = "What skills and personal qualities would you like the applicant to have? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "What skills and personal qualities would you like the applicant to have?"; ViewBag.ZenDeskLabel = "recruit-which-skills-and-personal-qualities-would-you-like-the-applicant-to-have"; } diff --git a/src/Employer/Employer.Web/Views/Part2/VacancyDescription/VacancyDescription.cshtml b/src/Employer/Employer.Web/Views/Part2/VacancyDescription/VacancyDescription.cshtml index d7fedac0cc..2e5b20fcb9 100644 --- a/src/Employer/Employer.Web/Views/Part2/VacancyDescription/VacancyDescription.cshtml +++ b/src/Employer/Employer.Web/Views/Part2/VacancyDescription/VacancyDescription.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.Part2.VacancyDescription.VacancyDescriptionViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-part2-vacancy-description"; - ViewBag.Title = "Description of the apprenticeship - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Description of the apprenticeship"; ViewBag.ZenDeskLabel = "recruit-description-of-the-apprenticeship"; }
diff --git a/src/Employer/Employer.Web/Views/Shared/_Layout.cshtml b/src/Employer/Employer.Web/Views/Shared/_Layout.cshtml index 8e7c22aeda..1c94960401 100644 --- a/src/Employer/Employer.Web/Views/Shared/_Layout.cshtml +++ b/src/Employer/Employer.Web/Views/Shared/_Layout.cshtml @@ -15,9 +15,9 @@ public string GetTitle() { - const string defaultTitle = "Recruit an Apprentice"; + const string defaultTitle = "Recruit an Apprentice - Apprenticeship Service - GOV.UK"; if (ViewBag.Title != null) - return $"{ViewBag.Title}"; + return $"{ViewBag.Title} - Apprenticeship Service - GOV.UK"; return defaultTitle; } diff --git a/src/Employer/Employer.Web/Views/Shared/_LayoutWithoutNavigation.cshtml b/src/Employer/Employer.Web/Views/Shared/_LayoutWithoutNavigation.cshtml index 6df0d7053a..eb4ca37b00 100644 --- a/src/Employer/Employer.Web/Views/Shared/_LayoutWithoutNavigation.cshtml +++ b/src/Employer/Employer.Web/Views/Shared/_LayoutWithoutNavigation.cshtml @@ -15,9 +15,9 @@ public bool ParseHideNavFromViewBag() public string GetTitle() { - const string defaultTitle = "Recruit an Apprentice"; + const string defaultTitle = "Recruit an Apprentice - Apprenticeship Service - GOV.UK"; if (ViewBag.Title != null) - return $"{defaultTitle} | {ViewBag.Title}"; + return $"{ViewBag.Title} - Apprenticeship Service - GOV.UK"; return defaultTitle; } diff --git a/src/Employer/Employer.Web/Views/Submitted/Confirmation.cshtml b/src/Employer/Employer.Web/Views/Submitted/Confirmation.cshtml index ac314f6225..528f84fbc9 100644 --- a/src/Employer/Employer.Web/Views/Submitted/Confirmation.cshtml +++ b/src/Employer/Employer.Web/Views/Submitted/Confirmation.cshtml @@ -3,7 +3,7 @@ @inject IOptions ExternalLinks @{ ViewBag.Vpv = "/recruitment/employer/page-vacancy-submitted-confirmation"; - ViewBag.Title = "Advert submitted for approval - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Advert submitted for approval"; }

@Model.Title

diff --git a/src/Employer/Employer.Web/Views/Vacancies/Vacancies.cshtml b/src/Employer/Employer.Web/Views/Vacancies/Vacancies.cshtml index 455c21d61f..256e25d44e 100644 --- a/src/Employer/Employer.Web/Views/Vacancies/Vacancies.cshtml +++ b/src/Employer/Employer.Web/Views/Vacancies/Vacancies.cshtml @@ -15,7 +15,7 @@ return "Manage"; } ViewBag.Vpv = "/recruitment/employer/page-vacancies"; - ViewBag.Title = "Your adverts - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Your adverts"; } diff --git a/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml b/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml index d8dabccc74..632c84c286 100644 --- a/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.VacancyManage.EditVacancyViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-edit-vacancy"; - ViewBag.Title = "Edit advert - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Edit advert"; }
diff --git a/src/Employer/Employer.Web/Views/VacancyManage/ManageVacancy.cshtml b/src/Employer/Employer.Web/Views/VacancyManage/ManageVacancy.cshtml index 45708b1f9e..192b764136 100644 --- a/src/Employer/Employer.Web/Views/VacancyManage/ManageVacancy.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyManage/ManageVacancy.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.VacancyManage.ManageVacancyViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-manage-vacancy"; - ViewBag.Title = "Manage advert - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Manage advert"; }
diff --git a/src/Employer/Employer.Web/Views/VacancyPreview/VacancyPreview.cshtml b/src/Employer/Employer.Web/Views/VacancyPreview/VacancyPreview.cshtml index 68b6b77648..6b32572fa2 100644 --- a/src/Employer/Employer.Web/Views/VacancyPreview/VacancyPreview.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyPreview/VacancyPreview.cshtml @@ -3,7 +3,7 @@ @using Esfa.Recruit.Shared.Web.Mappers @{ ViewBag.Vpv = "/recruitment/employer/page-vacancy-preview"; - ViewBag.Title = "Preview your advert - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "Preview your advert"; } @model VacancyPreviewViewModel diff --git a/src/Provider/Provider.Web/Views/Part2/Skills/Skills.cshtml b/src/Provider/Provider.Web/Views/Part2/Skills/Skills.cshtml index 499849c254..b442ff3097 100644 --- a/src/Provider/Provider.Web/Views/Part2/Skills/Skills.cshtml +++ b/src/Provider/Provider.Web/Views/Part2/Skills/Skills.cshtml @@ -3,7 +3,7 @@ @model SkillsViewModel @{ - ViewBag.Title = "What skills and personal qualities would you like the applicant to have? - Apprenticeship Service - GOV.UK"; + ViewBag.Title = "What skills and personal qualities would you like the applicant to have?"; ViewBag.GaData.Vpv = "/recruitment/provider/page-vacancy-skills"; } From 45f571571c1f28c6e025704cd23ac2dac7e2206b Mon Sep 17 00:00:00 2001 From: Ben Stone Date: Fri, 18 Sep 2020 15:15:09 +0100 Subject: [PATCH 4/6] CON-2148 Final page titles --- src/Employer/Employer.Web/Views/DeleteVacancy/Delete.cshtml | 1 - .../LegalEntityAgreement/LegalEntityAgreementHardStop.cshtml | 1 + .../LegalEntityAgreement/LegalEntityAgreementSoftStop.cshtml | 1 + src/Employer/Employer.Web/Views/VacancyView/Approved.cshtml | 1 + src/Employer/Employer.Web/Views/VacancyView/Closed.cshtml | 1 + .../Employer.Web/Views/VacancyView/ClosedWithApplications.cshtml | 1 + .../Employer.Web/Views/VacancyView/FullVacancyView.cshtml | 1 + src/Employer/Employer.Web/Views/VacancyView/Live.cshtml | 1 + .../Employer.Web/Views/VacancyView/LiveWithApplications.cshtml | 1 + src/Employer/Employer.Web/Views/VacancyView/Referred.cshtml | 1 + src/Employer/Employer.Web/Views/VacancyView/Submitted.cshtml | 1 + 11 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/Employer/Employer.Web/Views/DeleteVacancy/Delete.cshtml b/src/Employer/Employer.Web/Views/DeleteVacancy/Delete.cshtml index b879dc2f3d..d47da801cb 100644 --- a/src/Employer/Employer.Web/Views/DeleteVacancy/Delete.cshtml +++ b/src/Employer/Employer.Web/Views/DeleteVacancy/Delete.cshtml @@ -2,7 +2,6 @@ @{ ViewBag.Vpv = "/recruitment/employer/page-delete-vacancy"; ViewBag.Title = "Are you sure you want to delete this advert?"; - }
diff --git a/src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementHardStop.cshtml b/src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementHardStop.cshtml index 64e4fff1cb..1efc597cf6 100644 --- a/src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementHardStop.cshtml +++ b/src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementHardStop.cshtml @@ -1,6 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.LegalEntityAgreement.LegalEntityAgreementHardStopViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-legal-entity-agreement-hard-stop"; + ViewBag.Title = "You cannot submit this advert yet"; }
diff --git a/src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementSoftStop.cshtml b/src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementSoftStop.cshtml index 8a14190302..806e1137c1 100644 --- a/src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementSoftStop.cshtml +++ b/src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementSoftStop.cshtml @@ -2,6 +2,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.LegalEntityAgreement.LegalEntityAgreementSoftStopViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-legal-entity-agreement-soft-stop"; + ViewBag.Title = "Agreement not accepted"; }
diff --git a/src/Employer/Employer.Web/Views/VacancyView/Approved.cshtml b/src/Employer/Employer.Web/Views/VacancyView/Approved.cshtml index 3a25125471..67a457c659 100644 --- a/src/Employer/Employer.Web/Views/VacancyView/Approved.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyView/Approved.cshtml @@ -1,6 +1,7 @@ @model ApprovedVacancyViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-vacancy-approved"; + ViewBag.Title = "View your advert"; }
diff --git a/src/Employer/Employer.Web/Views/VacancyView/Closed.cshtml b/src/Employer/Employer.Web/Views/VacancyView/Closed.cshtml index 0e2e951f1f..08b2fc1538 100644 --- a/src/Employer/Employer.Web/Views/VacancyView/Closed.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyView/Closed.cshtml @@ -1,6 +1,7 @@ @model ClosedVacancyViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-vacancy-closed"; + ViewBag.Title = "View your advert"; }
diff --git a/src/Employer/Employer.Web/Views/VacancyView/ClosedWithApplications.cshtml b/src/Employer/Employer.Web/Views/VacancyView/ClosedWithApplications.cshtml index 83649d5558..aee872b312 100644 --- a/src/Employer/Employer.Web/Views/VacancyView/ClosedWithApplications.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyView/ClosedWithApplications.cshtml @@ -1,6 +1,7 @@ @model ClosedVacancyViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-vacancy-closed-with-applications"; + ViewBag.Title = "View your advert"; } diff --git a/src/Employer/Employer.Web/Views/VacancyView/FullVacancyView.cshtml b/src/Employer/Employer.Web/Views/VacancyView/FullVacancyView.cshtml index 342e33067a..01498e3689 100644 --- a/src/Employer/Employer.Web/Views/VacancyView/FullVacancyView.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyView/FullVacancyView.cshtml @@ -2,6 +2,7 @@ @{ Layout = LayoutNames.LayoutWithoutNavigation; ViewBag.Vpv = "/recruitment/employer/page-full-vacancy-view"; + ViewBag.Title = "View your advert"; }
diff --git a/src/Employer/Employer.Web/Views/VacancyView/Live.cshtml b/src/Employer/Employer.Web/Views/VacancyView/Live.cshtml index 45dba5d251..1dccb56c5f 100644 --- a/src/Employer/Employer.Web/Views/VacancyView/Live.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyView/Live.cshtml @@ -1,6 +1,7 @@ @model LiveVacancyViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-vacancy-live"; + ViewBag.Title = "View your advert"; }
diff --git a/src/Employer/Employer.Web/Views/VacancyView/LiveWithApplications.cshtml b/src/Employer/Employer.Web/Views/VacancyView/LiveWithApplications.cshtml index 3ee0a28762..6e13de2c78 100644 --- a/src/Employer/Employer.Web/Views/VacancyView/LiveWithApplications.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyView/LiveWithApplications.cshtml @@ -1,6 +1,7 @@ @model LiveVacancyViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-vacancy-live-with-applications"; + ViewBag.Title = "View your advert"; } diff --git a/src/Employer/Employer.Web/Views/VacancyView/Referred.cshtml b/src/Employer/Employer.Web/Views/VacancyView/Referred.cshtml index 626b2cd708..c4434546a6 100644 --- a/src/Employer/Employer.Web/Views/VacancyView/Referred.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyView/Referred.cshtml @@ -1,6 +1,7 @@ @model ReferredVacancyViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-vacancy-referred"; + ViewBag.Title = "View your advert"; }
diff --git a/src/Employer/Employer.Web/Views/VacancyView/Submitted.cshtml b/src/Employer/Employer.Web/Views/VacancyView/Submitted.cshtml index a3840ec891..5c0b790719 100644 --- a/src/Employer/Employer.Web/Views/VacancyView/Submitted.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyView/Submitted.cshtml @@ -1,6 +1,7 @@ @model SubmittedVacancyViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-vacancy-submitted"; + ViewBag.Title = "View your advert"; }
From 7b77ee3451a25b2a8ac95a5ecabb44c386a11586 Mon Sep 17 00:00:00 2001 From: Ben Stone Date: Fri, 25 Sep 2020 16:24:24 +0100 Subject: [PATCH 5/6] CON-2148 Corrected layout --- src/Employer/Employer.Web/Views/Shared/_Layout.cshtml | 4 ++-- .../Employer.Web/Views/Shared/_LayoutWithoutNavigation.cshtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Employer/Employer.Web/Views/Shared/_Layout.cshtml b/src/Employer/Employer.Web/Views/Shared/_Layout.cshtml index 1c94960401..2d6a488c0e 100644 --- a/src/Employer/Employer.Web/Views/Shared/_Layout.cshtml +++ b/src/Employer/Employer.Web/Views/Shared/_Layout.cshtml @@ -15,9 +15,9 @@ public string GetTitle() { - const string defaultTitle = "Recruit an Apprentice - Apprenticeship Service - GOV.UK"; + const string defaultTitle = "Recruit an Apprentice - Apprenticeship service - GOV.UK"; if (ViewBag.Title != null) - return $"{ViewBag.Title} - Apprenticeship Service - GOV.UK"; + return $"{ViewBag.Title} - Apprenticeship service - GOV.UK"; return defaultTitle; } diff --git a/src/Employer/Employer.Web/Views/Shared/_LayoutWithoutNavigation.cshtml b/src/Employer/Employer.Web/Views/Shared/_LayoutWithoutNavigation.cshtml index eb4ca37b00..9abd0d7d82 100644 --- a/src/Employer/Employer.Web/Views/Shared/_LayoutWithoutNavigation.cshtml +++ b/src/Employer/Employer.Web/Views/Shared/_LayoutWithoutNavigation.cshtml @@ -15,9 +15,9 @@ public bool ParseHideNavFromViewBag() public string GetTitle() { - const string defaultTitle = "Recruit an Apprentice - Apprenticeship Service - GOV.UK"; + const string defaultTitle = "Recruit an Apprentice - Apprenticeship service - GOV.UK"; if (ViewBag.Title != null) - return $"{ViewBag.Title} - Apprenticeship Service - GOV.UK"; + return $"{ViewBag.Title} - Apprenticeship service - GOV.UK"; return defaultTitle; } From fe7f856243b53ff7525faf7d72fea5939bad986c Mon Sep 17 00:00:00 2001 From: Ben Stone Date: Thu, 1 Oct 2020 14:25:49 +0100 Subject: [PATCH 6/6] CON-2148 Titles --- .../ApplicationReview/ApplicationStatusConfirmation.cshtml | 2 +- src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationStatusConfirmation.cshtml b/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationStatusConfirmation.cshtml index 5cb864c9b4..f5670a889e 100644 --- a/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationStatusConfirmation.cshtml +++ b/src/Employer/Employer.Web/Views/ApplicationReview/ApplicationStatusConfirmation.cshtml @@ -2,7 +2,7 @@ @{ ViewBag.Vpv = "/recruitment/employer/page-application-status-confirmation"; - ViewBag.Title = "Are you sure you want to tell this applicant that they have been accepted?"; + ViewBag.Title = Model.ShowStatusSuccessful ? "Are you sure you want to tell this applicant that they have been accepted?" : "Are you sure you want to tell this applicant that they have not been accepted?"; }
diff --git a/src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml b/src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml index 8aa80ade31..b496f1eb11 100644 --- a/src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml +++ b/src/Employer/Employer.Web/Views/CloseVacancy/Close.cshtml @@ -1,7 +1,7 @@ @model Esfa.Recruit.Employer.Web.ViewModels.CloseViewModel @{ ViewBag.Vpv = "/recruitment/employer/page-close-vacancy"; - ViewBag.Title = "Are you sure you want to close this vacancy on Find an apprenticeship?"; + ViewBag.Title = "Are you sure you want to close this advert on Find an apprenticeship?"; }