-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #209 from CDL-Dryad/upload-page-wording
Update wording on upload page
- Loading branch information
Showing
2 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
13 changes: 9 additions & 4 deletions
13
stash/stash_engine/app/views/stash_engine/file_uploads/_choose_upload_method.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
stash/stash_engine/app/views/stash_engine/file_uploads/_file_size_text.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |