diff --git a/app/views/documents/_form.html.erb b/app/views/documents/_form.html.erb index 222facf..071ded5 100644 --- a/app/views/documents/_form.html.erb +++ b/app/views/documents/_form.html.erb @@ -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 diff --git a/app/views/student_view/process/review.html.erb b/app/views/student_view/process/review.html.erb index 24d02a7..390e1bf 100644 --- a/app/views/student_view/process/review.html.erb +++ b/app/views/student_view/process/review.html.erb @@ -55,7 +55,7 @@ <% unless block_thesis_changes?(@thesis) %>
<%= 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 %>
<% end %>