From 503df24e198f9c0dbe11996d7160c6e5d63a8088 Mon Sep 17 00:00:00 2001 From: lucaferranti Date: Tue, 5 Nov 2024 19:21:32 +0200 Subject: [PATCH] fix wording --- app/views/papers/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/papers/_form.html.erb b/app/views/papers/_form.html.erb index 83a3bff9..0dd8c44c 100644 --- a/app/views/papers/_form.html.erb +++ b/app/views/papers/_form.html.erb @@ -34,7 +34,7 @@
<%= 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" %>
<%= f.label "Software Version" %>