From 7658b8d0b54084d726fab68df6fdd39ab60d794c Mon Sep 17 00:00:00 2001 From: AndyKilmory Date: Mon, 13 May 2024 11:54:15 +0100 Subject: [PATCH] minor change to sort control labels --- .../js/components/gr-sort-control/gr-sort-control-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ];