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: {