diff --git a/src/Employer/Employer.Web/Views/Part2/EmployerContactDetails/EmployerContactDetails.cshtml b/src/Employer/Employer.Web/Views/Part2/EmployerContactDetails/EmployerContactDetails.cshtml
index d2ab7203d4..58c6fe610a 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)";
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..cc5b76380c 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?";
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..89c329131c 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";
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..33ea338f01 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";
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..943ec0bef4 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?";
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?
@@ -103,8 +103,10 @@
@Model.EmployerDescription
Employer
@Model.EmployerName
-
-
This vacancy meets disability confident requirements
+
+
+
This advert meets disability confident requirements
+
Website
Website will not be shown as the employer is anonymous
diff --git a/src/Employer/Employer.Web/Views/Shared/_ReviewSummaryPartial.cshtml b/src/Employer/Employer.Web/Views/Shared/_ReviewSummaryPartial.cshtml
index 9b54ac2540..d800c197e9 100644
--- a/src/Employer/Employer.Web/Views/Shared/_ReviewSummaryPartial.cshtml
+++ b/src/Employer/Employer.Web/Views/Shared/_ReviewSummaryPartial.cshtml
@@ -5,7 +5,7 @@
Edits needed
-
Call us on @RecruitViewConstants.HelpdeskPhoneNumber and select the employer option if you need to discuss any of our vacancy review comments.
+
Call us on @RecruitViewConstants.HelpdeskPhoneNumber and select the employer option if you need to discuss any of our advert review comments.
@Model.ReviewerComments
@foreach (var fieldIndicator in Model.FieldIndicators)
diff --git a/src/Employer/Employer.Web/Views/Shared/_VacancySummaryDisplayPartial.cshtml b/src/Employer/Employer.Web/Views/Shared/_VacancySummaryDisplayPartial.cshtml
index cc29d57ff7..bbb1b1bdeb 100644
--- a/src/Employer/Employer.Web/Views/Shared/_VacancySummaryDisplayPartial.cshtml
+++ b/src/Employer/Employer.Web/Views/Shared/_VacancySummaryDisplayPartial.cshtml
@@ -23,12 +23,12 @@
-
This vacancy meets disability confident requirements
+
This advert meets disability confident requirements
\ No newline at end of file
diff --git a/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml b/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml
index f37ea9f435..e0679417e2 100644
--- a/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml
+++ b/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml
@@ -1,6 +1,7 @@
@model Esfa.Recruit.Employer.Web.ViewModels.VacancyManage.EditVacancyViewModel
@{
ViewBag.Vpv = "/recruitment/employer/page-edit-vacancy";
+ ViewBag.Title = "Edit advert";
}
\ No newline at end of file
diff --git a/src/Employer/Employer.Web/Views/VacancyPreview/VacancyPreview.cshtml b/src/Employer/Employer.Web/Views/VacancyPreview/VacancyPreview.cshtml
index aea8e75d9f..7530af2218 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";
}
@model VacancyPreviewViewModel
@@ -336,6 +337,8 @@
Disability Confident (optional)
+
This advert meets disability confident requirements
+
This advert is not Disability Confident
This will not appear on the advert when it goes live
@EditLink(RouteNames.Dates_Get, Model.TrainingSectionState, "disability confident", "link-standard", new { wizard = false })
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";
}
diff --git a/src/Provider/Provider.Web/Views/Part2/Skills/Skills.cshtml b/src/Provider/Provider.Web/Views/Part2/Skills/Skills.cshtml
index e9a769c554..b442ff3097 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?";
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?