Skip to content

Commit

Permalink
[CRIMAPP-1557] Change hint to a caption (#1309)
Browse files Browse the repository at this point in the history
Change hint to a caption
  • Loading branch information
hiboabd authored Jan 14, 2025
1 parent def1beb commit 0fa664d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/steps/case/charges/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<%= govuk_error_summary(@form_object) %>

<h1 class="govuk-heading-xl"><%=t '.heading' %></h1>
<p class="govuk-hint govuk-!-margin-bottom-6"><%=t '.subheading' %></p>
<p class="govuk-caption-m govuk-!-margin-bottom-6"><%=t '.subheading' %></p>

<%= step_form @form_object, data: { module: 'multi-action-form' } do |f| %>
<% suggestions_id = f.field_id(:offence_name, :field, :suggestions).tr('_', '-') %>
Expand Down

0 comments on commit 0fa664d

Please sign in to comment.