Skip to content

Commit

Permalink
Merge pull request #209 from CDL-Dryad/upload-page-wording
Browse files Browse the repository at this point in the history
Update wording on upload page
  • Loading branch information
ryscher authored Aug 18, 2020
2 parents 5478734 + c792d28 commit 9db04a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<%# locals: resource, upload_method [:files, :manifest] %>
<h2 class="t-upload__choose-heading--active">Step 1: Choose File Upload Technique</h2>
<p>You may upload data via two mechanisms: directly from your computer, or from a URL on an external server (Box, Dropbox,
lab server).
Please note that for this version of your submission you may only use one of these two upload mechanisms.
</p>

<p>You may upload data via two mechanisms: directly from your computer,
or from a URL on an external server (Box, Dropbox, lab server). We do
not recommend using Google Drive. Please note that for this version of
your submission you may only use one of these two upload mechanisms.</p>

<p>We strongly encourage you to include README files with your dataset to
provide key information for those wanting to re-use the data.</p>

<%= render 'stash_engine/file_uploads/file_size_text' %>
<div>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>
Size limits: <%= filesize(current_tenant.max_total_version_size) %> of new files per version may be uploaded from
your computer or <%= filesize(current_tenant.max_submission_size) %> in total by URL or submitting multiple versions.
</p>
Size limits: <%= filesize(current_tenant.max_total_version_size) %> of new files may be uploaded from
your computer via drag and drop, or <%= filesize(current_tenant.max_submission_size) %> in total via URL.
</p>

0 comments on commit 9db04a7

Please sign in to comment.