Skip to content

Commit

Permalink
Update error message for preview page
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJWoodcock committed Aug 25, 2021
1 parent c39f512 commit 91f0e45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class SubmitReviewModel : VacancyRouteModel, IValidatableObject
{
private const int RejectedReasonMaxCharacters = 200;

[Required(ErrorMessage = "You need to submit or reject the advert")]
[Required(ErrorMessage = "Confirm if you want to submit or reject this advert ")]
public bool? SubmitToEsfa { get; set; }

public string RejectedReason { get; set; }
Expand Down

0 comments on commit 91f0e45

Please sign in to comment.