Skip to content

Commit

Permalink
change text
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Oct 23, 2024
1 parent b7d11e1 commit 4d76d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/documents/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Upload Supplementary Thesis Files
<% end %>
<% if @document.usage == 'licence' %>
Upload Licence Agreements
Upload Licence File
<% end %>
<% if @document.usage == 'embargo' %>
Upload Embargo Documents
Expand Down
2 changes: 1 addition & 1 deletion app/views/student_view/process/review.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<% unless block_thesis_changes?(@thesis) %>
<p>
<%= link_to new_student_thesis_document_path(@student, @thesis, usage: 'licence', supplemental: true), class: "btn btn-primary", remote: true do %>
Upload Licence Files
Upload Licence File
<% end %>
</p>
<% end %>
Expand Down

0 comments on commit 4d76d0b

Please sign in to comment.