diff --git a/src/Employer/Employer.Web/Views/Error/ApplicationWithdrawn.cshtml b/src/Employer/Employer.Web/Views/Error/ApplicationWithdrawn.cshtml index 083a7841ab..da5613ebb9 100644 --- a/src/Employer/Employer.Web/Views/Error/ApplicationWithdrawn.cshtml +++ b/src/Employer/Employer.Web/Views/Error/ApplicationWithdrawn.cshtml @@ -9,7 +9,7 @@

This application has been withdrawn by the candidate

- Back to vacancy + Back to advert

diff --git a/src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementHardStop.cshtml b/src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementHardStop.cshtml index 1efc597cf6..561e916930 100644 --- a/src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementHardStop.cshtml +++ b/src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementHardStop.cshtml @@ -1,5 +1,5 @@ @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"; } @@ -7,16 +7,17 @@
-

You can’t submit this vacancy until:

- -

Your vacancy has been saved as a draft. Once the agreement has been signed, you will be able to - submit your vacancy for review.

+

You cannot submit this advert yet

+

+ You can submit this advert once your organisation has accepted an + employer agreement + with the Education and Skills Funding Agency. +

+

+ Your advert has been saved as a draft. Once the agreement is accepted, you’ll be able to submit your advert for review. +

- + Return to dashboard
diff --git a/src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementSoftStop.cshtml b/src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementSoftStop.cshtml index 806e1137c1..2e4b9b8098 100644 --- a/src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementSoftStop.cshtml +++ b/src/Employer/Employer.Web/Views/LegalEntityAgreement/LegalEntityAgreementSoftStop.cshtml @@ -1,33 +1,33 @@ @using Esfa.Recruit.Shared.Web.Mappers @model Esfa.Recruit.Employer.Web.ViewModels.LegalEntityAgreement.LegalEntityAgreementSoftStopViewModel -@{ - ViewBag.Vpv = "/recruitment/employer/page-legal-entity-agreement-soft-stop"; - ViewBag.Title = "Agreement not accepted"; -} +@{ ViewBag.Vpv = "/recruitment/employer/page-legal-entity-agreement-soft-stop"; + ViewBag.Title = "Agreement not accepted"; }
-

Agreement not signed

+

Agreement not accepted

- + Warning

- @Model.LegalEntityName doesn’t have a signed agreement with the Education and Skills Funding Agency (ESFA). - Without a signed agreement you can create a draft vacancy, but won’t be able to submit for posting on Find an apprenticeship. + @Model.LegalEntityName does not have an accepted agreement with the Education and + Skills Funding Agency (ESFA). Without an accepted agreement, + you can create a draft advert, but cannot post it on Find an apprenticeship.

- Only account owners can sign ESFA agreements. If you’re not sure who the owner is, you can - check your team details. + Only account owners can accept ESFA agreements. If you’re not sure who the owner is, you can + check your team details.

- - Review agreement - Continue anyway + Review agreement +
\ No newline at end of file diff --git a/src/Employer/Employer.Web/Views/Shared/_EditVacancyPartial.cshtml b/src/Employer/Employer.Web/Views/Shared/_EditVacancyPartial.cshtml index a7904d952d..8ceb6185e7 100644 --- a/src/Employer/Employer.Web/Views/Shared/_EditVacancyPartial.cshtml +++ b/src/Employer/Employer.Web/Views/Shared/_EditVacancyPartial.cshtml @@ -5,7 +5,7 @@

@Model.ShortDescription

-

Closing Date

+

Closing date

@Model.DisplayableClosingDate

Edit
@@ -105,8 +105,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/_NonEditableVacancyDisplayPartial.cshtml b/src/Employer/Employer.Web/Views/Shared/_NonEditableVacancyDisplayPartial.cshtml index 26e75d3140..bc20ddecf6 100644 --- a/src/Employer/Employer.Web/Views/Shared/_NonEditableVacancyDisplayPartial.cshtml +++ b/src/Employer/Employer.Web/Views/Shared/_NonEditableVacancyDisplayPartial.cshtml @@ -5,7 +5,7 @@

@Model.ShortDescription

-

Closing Date

+

Closing date

@Model.ClosingDate

@@ -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

\ 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 632c84c286..e0679417e2 100644 --- a/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyManage/EditVacancy.cshtml @@ -33,6 +33,6 @@ Cancel - Return to manage vacancy + Return to manage 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 7870fc0bef..7530af2218 100644 --- a/src/Employer/Employer.Web/Views/VacancyPreview/VacancyPreview.cshtml +++ b/src/Employer/Employer.Web/Views/VacancyPreview/VacancyPreview.cshtml @@ -337,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/Shared/Recruit.Shared.Web/ViewModels/ErrorMessages.cs b/src/Shared/Recruit.Shared.Web/ViewModels/ErrorMessages.cs index f5a3920d4f..f8d1acdc1b 100644 --- a/src/Shared/Recruit.Shared.Web/ViewModels/ErrorMessages.cs +++ b/src/Shared/Recruit.Shared.Web/ViewModels/ErrorMessages.cs @@ -2,12 +2,12 @@ { public class ErrorMessages { - public const string VacancyCannotBeViewed = "The vacancy '{0}' can't be viewed."; - public const string VacancyNotAvailableForEditing = "The vacancy '{0}' has been edited by one of your colleagues. Your changes have not been saved."; - public const string VacancyNotAvailableForClosing = "The vacancy '{0}' cannot be closed as it is not currently published."; - public const string VacancyNotAvailableForCloning = "The vacancy '{0}' cannot be cloned."; - public const string VacancyNotSubmittedSuccessfully = "The vacancy '{0}' has not been submitted successfully."; - public const string VacancyDatesCannotBeEdited = "The dates of vacancy '{0}' can't be edited."; - public const string CannotCloneVacancyWithSameDates = "The vacancy '{0}' has a closing date or start date that is in the past."; + public const string VacancyCannotBeViewed = "The advert '{0}' can't be viewed."; + public const string VacancyNotAvailableForEditing = "The advert '{0}' has been edited by one of your colleagues. Your changes have not been saved."; + public const string VacancyNotAvailableForClosing = "The advert '{0}' cannot be closed as it is not currently published."; + public const string VacancyNotAvailableForCloning = "The advert '{0}' cannot be cloned."; + public const string VacancyNotSubmittedSuccessfully = "The advert '{0}' has not been submitted successfully."; + public const string VacancyDatesCannotBeEdited = "The dates of advert '{0}' can't be edited."; + public const string CannotCloneVacancyWithSameDates = "The advert '{0}' has a closing date or start date that is in the past."; } } diff --git a/src/Shared/Recruit.Shared.Web/Views/Shared/_DisabilityConfidentPartial.cshtml b/src/Shared/Recruit.Shared.Web/Views/Shared/_DisabilityConfidentPartial.cshtml index 82cd1011de..67a29a3e7c 100644 --- a/src/Shared/Recruit.Shared.Web/Views/Shared/_DisabilityConfidentPartial.cshtml +++ b/src/Shared/Recruit.Shared.Web/Views/Shared/_DisabilityConfidentPartial.cshtml @@ -2,10 +2,10 @@
-

Disabled candidates are generally guaranteed an interview if you meet the minimum requirements for this vacancy. Contact the employer for full details.

+

Disabled candidates who meet the minimum requirements for this apprenticeship are generally guaranteed an interview. Contact the employer for full details.

Employers may need to limit the number of interviews offered to both disabled and non-disabled people if they receive high numbers of applications.