Skip to content

Commit

Permalink
Merge pull request #4274 from bbc/t1720-change-label
Browse files Browse the repository at this point in the history
Change label for 'Added to Collection' sort option
  • Loading branch information
paperboyo committed May 9, 2024
2 parents ddf9171 + 3f9aa0e commit 837fdd7
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 837fdd7

Please sign in to comment.