diff --git a/client/src/components/Collections/ListCollectionCreator.vue b/client/src/components/Collections/ListCollectionCreator.vue index 1e3e39949c29..17324166aca9 100644 --- a/client/src/components/Collections/ListCollectionCreator.vue +++ b/client/src/components/Collections/ListCollectionCreator.vue @@ -491,30 +491,25 @@ function renameElement(element: any, name: string) { {{ localize("cancel") }} - {{ localize("and reselect new elements.") }} + {{ localize("and reselect new elements, or upload datasets.") }} - -
- -
{{ localize( - "No elements in your history are valid for this list. You may need to switch to a different history." + "No elements in your history are valid for this list. \ + You may need to switch to a different history or upload valid datasets." ) }} - +
{{ localize("The following extensions are required for this list: ") }}
  • {{ extension }}
- +
{{ localize("The following selections could not be included due to problems:") }} @@ -527,14 +522,8 @@ function renameElement(element: any, name: string) { {{ localize("cancel") }} - {{ localize("and reselect new elements.") }} + {{ localize("and reselect new elements, or upload valid datasets.") }} - -
- -
diff --git a/client/src/components/Collections/PairCollectionCreator.vue b/client/src/components/Collections/PairCollectionCreator.vue index d174224e37fd..38ee98f530c9 100644 --- a/client/src/components/Collections/PairCollectionCreator.vue +++ b/client/src/components/Collections/PairCollectionCreator.vue @@ -365,12 +365,6 @@ function _naiveStartingAndEndingLCS(s1: string, s2: string) { {{ localize("and reselect new elements.") }} - -
- -
{{ localize("cancel") }} - {{ localize("and reselect new elements.") }} + {{ localize("and reselect new elements, or upload datasets.") }} - -
- -
{{ localize( - "No elements in your history are valid for this pair. You may need to switch to a different history." + "No elements in your history are valid for this pair. \ + You may need to switch to a different history or upload valid datasets." ) }} - +
{{ localize("The following extensions are required for this pair: ") }}
  • {{ extension }}
- +
{{ localize("The following selections could not be included due to problems:") }} @@ -479,14 +468,8 @@ function _naiveStartingAndEndingLCS(s1: string, s2: string) { {{ localize("cancel") }} - {{ localize("and reselect new elements.") }} + {{ localize("and reselect new elements, or upload datasets.") }} - -
- -
diff --git a/client/src/components/Collections/PairedListCollectionCreator.vue b/client/src/components/Collections/PairedListCollectionCreator.vue index 206f41a13285..86e4914cb193 100644 --- a/client/src/components/Collections/PairedListCollectionCreator.vue +++ b/client/src/components/Collections/PairedListCollectionCreator.vue @@ -64,7 +64,7 @@ const emit = defineEmits<{ const noElementsHeader = props.fromSelection ? localize("No elements selected") : localize("No elements available"); const allInvalidElementsPartTwo = props.fromSelection ? localize("and reselect new elements.") - : localize("and change your current history or add valid datasets for this collection."); + : localize("and change your current history or upload valid datasets for this collection."); // Flags const state = ref<"build" | "error" | "duplicates">("build"); @@ -1005,11 +1005,6 @@ function _naiveStartingAndEndingLCS(s1: string, s2: string) { {{ allInvalidElementsPartTwo }} -
- -
@@ -1040,11 +1035,6 @@ function _naiveStartingAndEndingLCS(s1: string, s2: string) { {{ allInvalidElementsPartTwo }} -
- -
@@ -1064,11 +1054,6 @@ function _naiveStartingAndEndingLCS(s1: string, s2: string) { {{ allInvalidElementsPartTwo }} -
- -