diff --git a/kahuna/public/js/components/gr-sort-control/gr-sort-control-config.ts b/kahuna/public/js/components/gr-sort-control/gr-sort-control-config.ts index cb0392c687..771163675c 100644 --- a/kahuna/public/js/components/gr-sort-control/gr-sort-control-config.ts +++ b/kahuna/public/js/components/gr-sort-control/gr-sort-control-config.ts @@ -32,7 +32,7 @@ export const SortOptions: SortDropdownOption[] = [ }, { value: "dateAddedToCollection", - label: "Added to Collection (new to old)", + label: "Added to collection (new to old)", isCollection: true } ];