Skip to content

Commit

Permalink
admin notes content update
Browse files Browse the repository at this point in the history
  • Loading branch information
alkesh committed Sep 17, 2024
1 parent b27064a commit 497bf8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/admin/notes/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<%= form.label :body, "Add note", class: "govuk-label govuk-label--m" %>
<%= errors_tag note, :body %>
<div class="govuk-hint" id="notes-hint">
Write a brief update. Do not include any personal data about the claimant.
Enter an update note here. Do not include any personal data about the claimant.
</div>
<%= form.text_area :body, class: "govuk-textarea", "aria-describedby" => "notes-hint", rows: 5 %>
<% end %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/admin/notes/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<%= form_group_tag @hold_note, :body do %>
<%= form.label :body, "On hold", class: "govuk-label govuk-label--m" %>
<%= errors_tag @hold_note, :body %>
<p class="govuk-hint" id="hold-hint">Enter why the claim is being put on hold</p>
<p class="govuk-hint" id="hold-hint">Enter a reason for the claim to be put on hold</p>
<%= form.text_area :body, class: "govuk-textarea", "aria-describedby" => "hold-hint", rows: 2 %>
<% end %>

Expand Down

0 comments on commit 497bf8c

Please sign in to comment.