Skip to content

Commit

Permalink
CON-1977 Remove class used by JS to override remaining characters text
Browse files Browse the repository at this point in the history
  • Loading branch information
cofaulco committed Jul 8, 2020
1 parent 7a22730 commit c8d4d96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<span class="govuk-hint">For example, Monday to Friday 9am to 5pm, shifts, may work evenings and weekends.</span>
<span esfa-validation-message-for="WorkingWeekDescription" class="govuk-error-message"></span>
<textarea asp-for="WorkingWeekDescription" class="govuk-textarea character-count" rows="5" data-val-length-max="250"></textarea>
<span class="govuk-body maxchar-text">You have </span>
<span class="govuk-body">You have </span>
<span class="govuk-body maxchar-count">250</span>
<span class="govuk-body maxchar-text"> characters remaining</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Employer/Employer.Web/Views/Part1/Wage/Wage.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<span class="govuk-hint">For example, bonus schemes, performance increases or benefits</span>
<span esfa-validation-message-for="WageAdditionalInformation" class="govuk-error-message"></span>
<textarea asp-for="WageAdditionalInformation" class="govuk-textarea character-count" rows="5" data-val-length-max="250"></textarea>
<span class="govuk-body maxchar-text">You have </span>
<span class="govuk-body">You have </span>
<span class="govuk-body maxchar-count">250</span>
<span class="govuk-body maxchar-text"> characters remaining</span>
</div>
Expand Down

0 comments on commit c8d4d96

Please sign in to comment.