Skip to content

Commit

Permalink
change label for 'Added to Collection' sort option
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyKilmory committed May 9, 2024
1 parent ddf9171 commit 3f9aa0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
];
Expand Down

0 comments on commit 3f9aa0e

Please sign in to comment.