Skip to content

Commit

Permalink
CON-1335 : Content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VasanthaKasirajan3008 committed Feb 13, 2020
1 parent e3afd88 commit ea607d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Provider/Provider.Web/Views/Part1/Wage/Wage.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<p class="govuk-body">
<span class="govuk-hint">
From @Model.MinimumWageStartFrom, the National Minimum Wage is between @Model.NationalMinimumWageLowerBoundHourly and @Model.NationalMinimumWageUpperBoundHourly an hour, depending on the candidate's age.<br><br>
On the vacancy this will be displayed as a yearly figure of @Model.NationalMinimumWageYearly
On the vacancy this will be displayed as a yearly wage of @Model.NationalMinimumWageYearly
</span>
</p>
</div>
Expand Down Expand Up @@ -62,7 +62,7 @@
</p>
<p class="govuk-body govuk-hint">
From @Model.MinimumWageStartFrom, the National Minimum Wage for apprentices is @Model.ApprenticeshipMinimumWageHourly an hour.<br> <br>
Based on @Model.WeeklyHours hours a week, you'll need to pay a yearly wage of at least <span class="govuk-!-font-weight-bold">@Model.ApprenticeshipMinimumWageYearly.</span>
Based on @Model.WeeklyHours working hours a week, you'll need to pay a yearly wage of at least <span class="govuk-!-font-weight-bold">@Model.ApprenticeshipMinimumWageYearly.</span>
</p>
<span esfa-validation-message-for="FixedWageYearlyAmount" class="govuk-error-message"></span>
<input asp-for="FixedWageYearlyAmount" class="govuk-input govuk-!-width-one-quarter" type="text">
Expand Down

0 comments on commit ea607d4

Please sign in to comment.