From 03f90be188bc6b2f98a780ae22e0a29d9c59268d Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Wed, 27 Dec 2023 17:38:35 +0530 Subject: [PATCH] chore: update `Workspace Issues` -> `All Issues` header. --- web/components/headers/global-issues.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/headers/global-issues.tsx b/web/components/headers/global-issues.tsx index ef4c2b3f5..0b27bdd81 100644 --- a/web/components/headers/global-issues.tsx +++ b/web/components/headers/global-issues.tsx @@ -95,7 +95,7 @@ export const GlobalIssuesHeader: React.FC = observer((props) => { ) } - label={`Workspace ${activeLayout === "spreadsheet" ? "Issues" : "Views"}`} + label={`All ${activeLayout === "spreadsheet" ? "Issues" : "Views"}`} />