From f248cb6b0f0015e029a16edb82f4ff9deeee1057 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Fri, 6 Dec 2024 09:44:06 -0500 Subject: [PATCH] Trying to integrate PR comments. --- .../src/components/Collections/ListCollectionCreator.vue | 7 ++++--- .../components/Collections/PairedListCollectionCreator.vue | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/client/src/components/Collections/ListCollectionCreator.vue b/client/src/components/Collections/ListCollectionCreator.vue index b8e9b24cdb82..b683d6b6183c 100644 --- a/client/src/components/Collections/ListCollectionCreator.vue +++ b/client/src/components/Collections/ListCollectionCreator.vue @@ -423,7 +423,8 @@ function renameElement(element: any, name: string) { {{ localize( [ - "Lists are a type of Galaxy dataset collection that are a permanent, ordered lists of datasets that can be passed to tools ", + "This interface allows you to build a new Galaxy list of datasets. ", + "A list is a type of Galaxy dataset collection that is a permanent, ordered list of datasets that can be passed to tools ", "and workflows in order to have analyses done on each member of the entire group. This interface allows ", "you to create and re-order a list of datasets. The datasets in a Galaxy collection have an identifier that is preserved accross ", "tool executions and serves as a form of sample tracking - setting the name in this form will pick the identifier for that element ", @@ -435,8 +436,8 @@ function renameElement(element: any, name: string) {