Skip to content

Commit

Permalink
Dowload -> Download
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Jan 2, 2025
1 parent b21348f commit 4284131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qiita_pet/support_files/doc/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ To take advantage of this feature you need to:
server that is OK to give access to the key created to your storage-shed; note that if
you want to completely stop that key to work you can open that file and remove the line
with the name of this key.
#. Dowload your new generated key `qiita-key` (the file) to your local computer and use it
#. Download your new generated key `qiita-key` (the file) to your local computer and use it
in the `Key` option of "Upload via Remote Server (ADVANCED)".

Using this key you can `List Files` to test the connection and verify the list of study files. Then,
Expand Down
2 changes: 1 addition & 1 deletion qiita_pet/templates/study_ajax/prep_summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ <h4>
<br/>
{% if user_level in ('admin', 'wet-lab admin') and data_type in {'Metagenomic', 'Metatranscriptomic'} %}
<button class="btn btn-info" onclick="this.disabled=true; window.location='{% raw qiita_config.portal_dir %}/download_data_release_from_prep/{{prep_id}}';">
<span class="glyphicon glyphicon-download-alt"></span> Dowload Data Release
<span class="glyphicon glyphicon-download-alt"></span> Download Data Release
</button>
{% end %}
{% if deprecated %}
Expand Down

0 comments on commit 4284131

Please sign in to comment.