Skip to content

Commit 503df24

Browse files
committed
fix wording
1 parent 2bbba66 commit 503df24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/papers/_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div class="row">
3535
<div class="col">
3636
<%= f.label "Name of git branch containing the paper, not the path" %>
37-
<%= f.text_field :git_branch, placeholder: "Leave blank if paper.md is in the default branch", class: "form-control" %>
37+
<%= f.text_field :git_branch, placeholder: "Leave blank if paper.tex is in the default branch", class: "form-control" %>
3838
</div>
3939
<div class="col">
4040
<%= f.label "Software Version" %>

0 commit comments

Comments
 (0)