Skip to content

Commit

Permalink
Update _herbarium_record.html.erb
Browse files Browse the repository at this point in the history
Fix type: "herbarium"
  • Loading branch information
nimmolo committed Aug 6, 2024
1 parent bad5526 commit 04121fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
value: @herbarium_name, hidden_value: @herbarium_id,
label: "#{:herbarium_record_herbarium_name.t}:",
help: :form_observations_herbarium_record_help.t,
create_text: :create_herbarium.l, create: "fungarium",
create_text: :create_herbarium.l, create: "herbarium",
create_path: new_herbarium_path
) %>
<%= text_field_with_label(
Expand Down

0 comments on commit 04121fa

Please sign in to comment.