Skip to content

Commit

Permalink
chore: Update form hint for nominee name field
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Kirkham <[email protected]>

chore: Update form hint for nominee name field

Signed-off-by: Louis Kirkham <[email protected]>
  • Loading branch information
TheDancingClown committed Aug 7, 2024
1 parent 93db06a commit cba033d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
9 changes: 9 additions & 0 deletions app/assets/stylesheets/frontend/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1339,3 +1339,12 @@ fieldset.account-contact-preferences-other-ops {
}
}
}

.indented {
padding-left: 20px;
display: block;

&:first-child {
margin-top: 10px;
}
}
8 changes: 3 additions & 5 deletions forms/award_years/v2025/qavs/qavs_step2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ def qavs_step2
help "About this section", %(
<p class='govuk-body'>
In this section, please explain how the nominated group has made a significant contribution in its area of activity. We are looking for groups that:
<ul class='govuk-list govuk-list--bullet'>
<li>Give excellent service to their beneficiaries and communities</li>
<li>Deliver their service in innovative ways,</li>
<li>Show other examples of selfless voluntary service that distinguish their work.</li>
</ul>
<span class='indented'>- Give excellent service to their beneficiaries and communities</span>
<span class='indented'>- Deliver their service in innovative ways,</span>
<span class='indented'>- Show other examples of selfless voluntary service that distinguish their work.</span>
</p>
<p class='govuk-body'>
Please avoid using 'we' or 'our' in this section as this gives an indication that the person making the nomination is involved in the running of the group's work. It is recommended that you use 'their' or 'the group's work'.
Expand Down

0 comments on commit cba033d

Please sign in to comment.