diff --git a/stash/stash_datacite/app/views/stash_datacite/titles/_form.html.erb b/stash/stash_datacite/app/views/stash_datacite/titles/_form.html.erb index e141ea5417..5b1f1dadf9 100644 --- a/stash/stash_datacite/app/views/stash_datacite/titles/_form.html.erb +++ b/stash/stash_datacite/app/views/stash_datacite/titles/_form.html.erb @@ -2,8 +2,8 @@ <% form_id = "resource_title_#{resource.id}" %> <%= form_tag(titles_update_path, method: :patch, remote: true, authenticity_token: true, html: { id: form_id, class: 'c-input' }) do |f| %> <% my_suffix = field_suffix(resource) %> - <%= label_tag "#{my_suffix}", "Title", class: 'required c-input__label' %>
+ <%= label_tag "#{my_suffix}", "Dataset Title", class: 'required c-input__label' %>
<%= text_field_tag :title, resource.title, id: "title_#{my_suffix}", class: 'title c-input__text', size: 130 %> <%= hidden_field_tag :id, resource.id %> <%= hidden_field_tag(:form_id, form_id) %> -<% end %> \ No newline at end of file +<% end %> diff --git a/stash/stash_engine/app/views/stash_engine/file_uploads/_choose_upload_method.html.erb b/stash/stash_engine/app/views/stash_engine/file_uploads/_choose_upload_method.html.erb index 8cc711b548..15d234c53f 100644 --- a/stash/stash_engine/app/views/stash_engine/file_uploads/_choose_upload_method.html.erb +++ b/stash/stash_engine/app/views/stash_engine/file_uploads/_choose_upload_method.html.erb @@ -1,7 +1,7 @@ <%# locals: resource, upload_method [:files, :manifest] %>

Step 1: Choose File Upload Technique

You may upload data via two mechanisms: directly from your computer, or from a URL on an external server (Box, Dropbox, - Google Drive, lab server). + lab server). Please note that for this version of your submission you may only use one of these two upload mechanisms.

<%= render 'stash_engine/file_uploads/file_size_text' %> @@ -21,4 +21,4 @@ - \ No newline at end of file +