Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaferranti committed Nov 5, 2024
1 parent 2bbba66 commit 503df24
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 @@ -34,7 +34,7 @@
<div class="row">
<div class="col">
<%= f.label "Name of git branch containing the paper, not the path" %>
<%= f.text_field :git_branch, placeholder: "Leave blank if paper.md is in the default branch", class: "form-control" %>
<%= f.text_field :git_branch, placeholder: "Leave blank if paper.tex is in the default branch", class: "form-control" %>
</div>
<div class="col">
<%= f.label "Software Version" %>
Expand Down

0 comments on commit 503df24

Please sign in to comment.