Skip to content

Commit

Permalink
Fixed accessibility issue on your responsibilities page
Browse files Browse the repository at this point in the history
  • Loading branch information
ttingle-ch committed Oct 23, 2024
1 parent 8fc5d3b commit ef3c1be
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@
<ol class="govuk-list govuk-list--number">
<li>{{ i18n.yourResponsibilitiesText1 }}</li>
<li>{{ i18n.yourResponsibilitiesText2 }}</li>
<li>{{ i18n.yourResponsibilitiesText3 }}</li>
<li>
{{ i18n.yourResponsibilitiesText3 }}
<ul class="govuk-list govuk-list--bullet">
<li>{{ i18n.yourFilingsBulletPoint }}</li>
<li>{{ i18n.identityChecksBulletPoint }}</li>
<li>{{ i18n.legalResponsibilitiesBulletPoint }}</li>
</ul>
</li>
<li>{{ i18n.yourResponsibilitiesText4 }}</li>
</ol>

Expand Down

0 comments on commit ef3c1be

Please sign in to comment.