Skip to content

Commit

Permalink
Update label
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed May 18, 2023
1 parent d213dcc commit 333d76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/papers/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="form-group">
<div class="row">
<div class="col">
<%= f.label :kind, "Type of content" %>
<%= f.label :kind, "Content type" %>
<%= f.select(:kind, paper_types, {}, class: "form-control") %>
</div>
<div class="col">
Expand Down

0 comments on commit 333d76f

Please sign in to comment.