From eb43f89f5eac3b22a40360295753aa250163c671 Mon Sep 17 00:00:00 2001 From: EliteAsian <29520859+EliteAsian123@users.noreply.github.com> Date: Sun, 29 Sep 2024 00:53:27 -0400 Subject: [PATCH] Rename "Release" sort option to "Chart Release" --- src/components/Setlist/SortChanger.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Setlist/SortChanger.tsx b/src/components/Setlist/SortChanger.tsx index f60828f..b1d343b 100644 --- a/src/components/Setlist/SortChanger.tsx +++ b/src/components/Setlist/SortChanger.tsx @@ -39,7 +39,7 @@ const SortChanger: React.FC = ({ sortType, setSortType }: Props) => { - Release + Chart Release ; };