diff --git a/client/src/components/Help/terms.yml b/client/src/components/Help/terms.yml index 8d1e9ca05d92..0ca9bd36bc72 100644 --- a/client/src/components/Help/terms.yml +++ b/client/src/components/Help/terms.yml @@ -106,3 +106,8 @@ galaxy: failed: | This state indicates there was a problem scheduling the workflow invocation. No additional datasets or jobs will be created for this workflow invocation. + upload: + galaxyUploadUtil: | + A utility for uploading files to a Galaxy server from the command line. Use ``galaxy-upload`` to upload + file(s) to a Galaxy server, and ``galaxy-history-search``, a helper utility to find Galaxy histories + to pass to the ``galaxy-upload`` command. diff --git a/client/src/components/Upload/UploadModal.vue b/client/src/components/Upload/UploadModal.vue index a78b0ce0adea..f3b8a15907d8 100644 --- a/client/src/components/Upload/UploadModal.vue +++ b/client/src/components/Upload/UploadModal.vue @@ -1,4 +1,5 @@