Skip to content

Commit

Permalink
Merge pull request #895 from SkillsFundingAgency/CON-2026-content-change
Browse files Browse the repository at this point in the history
CON-2026-content changes.
  • Loading branch information
narendranogothu authored Jun 30, 2020
2 parents a5bdde7 + 51edcd7 commit 89175d9
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 @@ -60,7 +60,7 @@
<input asp-for="Weighting" class="govuk-radios__input" id="WeightingNo" esfa-automation="radio-weighting-no" type="radio" value="@QualificationWeighting.Desired" data-display="@QualificationWeighting.Desired.GetDisplayName()">
<label class="govuk-label govuk-radios__label" for="WeightingNo">
Desirable
<span class="govuk-hint">This qualification would be nice to have, but is not required.</span>
<span class="govuk-hint">This qualification would be nice to have, but it's not required.</span>
</label>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</div>
<div esfa-validation-marker-for="OutcomeDescription" class="govuk-form-group">
<label asp-for="OutcomeDescription" class="govuk-label govuk-!-font-weight-bold">What's the expected career progression after this apprenticeship?</label>
<span class="govuk-hint">You may want to mention specific routes they could take once qualified</span>
<span class="govuk-hint">You may want to mention specific routes they could take once qualified.</span>
<span esfa-validation-message-for="OutcomeDescription" class="govuk-error-message"></span>
<textarea asp-for="OutcomeDescription" class="govuk-textarea html-editor" rows="5" data-val-length-max="500"></textarea>
<span class="govuk-body maxchar-count">500</span>
Expand Down

0 comments on commit 89175d9

Please sign in to comment.