From 83026e8b2f7660cebebe6cac997c8633c03935ae Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:14:18 +0530 Subject: [PATCH] chore: profile issue display filters content updated (#2963) --- web/constants/issue.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/constants/issue.ts b/web/constants/issue.ts index 7979672fd..b47321881 100644 --- a/web/constants/issue.ts +++ b/web/constants/issue.ts @@ -113,7 +113,7 @@ export const ISSUE_EXTRA_OPTIONS: { title: string; }[] = [ { key: "sub_issue", title: "Show sub-issues" }, // in spreadsheet its always false - { key: "show_empty_groups", title: "Show empty states" }, // filter on front-end + { key: "show_empty_groups", title: "Show empty groups" }, // filter on front-end ]; export const ISSUE_LAYOUTS: {