From 3f9aa0e9cb290877289afe1cfdb8d32834157484 Mon Sep 17 00:00:00 2001 From: AndyKilmory Date: Thu, 9 May 2024 12:25:30 +0100 Subject: [PATCH] change label for 'Added to Collection' sort option --- .../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 14b635a24b..cb0392c687 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 (recent 1st)", + label: "Added to Collection (new to old)", isCollection: true } ];