Skip to content

Commit

Permalink
Update _notes.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Jul 23, 2024
1 parent 797548d commit 19657f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/controllers/observations/form/_notes.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ end
<% @observation.form_notes_parts(@user).each do |part| %>
<%= text_area_with_label(
form: f_n, rows:, help:,
label: other ? "#{:NOTES.t}:" : strip_tags(part.tl) + ":",
label: other ? "#{:NOTES.t}:" : "#{strip_tags(part.tl)}:",
field: @observation.notes_normalized_key(part),
value: @observation.notes_part_value(part)
) %>
Expand Down

0 comments on commit 19657f8

Please sign in to comment.