Skip to content

Commit 02d3ed9

Browse files
TD-4428 changing the control name to the optional competencies
1 parent 154b21d commit 02d3ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/RequestSignOff.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
{
6565
<nhs-form-group nhs-validation-for="OptionalCompetenciesChecked">
6666
<div class="nhsuk-checkboxes__item">
67-
<input class="nhsuk-checkboxes__input" id="cb-sign-off" name="OptionalCompetenciesChecked" asp-for="OptionalCompetenciesChecked" type="checkbox">
68-
<label class="nhsuk-label nhsuk-checkboxes__label" for="cb-sign-off">
67+
<input class="nhsuk-checkboxes__input" id="optional-ompetencies" name="OptionalCompetenciesChecked" asp-for="OptionalCompetenciesChecked" type="checkbox">
68+
<label class="nhsuk-label nhsuk-checkboxes__label" for="optional-competencies">
6969
I have reviewed the optional competencies available for this self assessment and included those that are appropriate to my role.
7070
</label>
7171
</div>

0 commit comments

Comments
 (0)