Skip to content

Commit 03f90be

Browse files
chore: update Workspace Issues -> All Issues header.
1 parent 1023a7d commit 03f90be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/headers/global-issues.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const GlobalIssuesHeader: React.FC<Props> = observer((props) => {
9595
<PhotoFilterIcon className="h-4 w-4 text-custom-text-300" />
9696
)
9797
}
98-
label={`Workspace ${activeLayout === "spreadsheet" ? "Issues" : "Views"}`}
98+
label={`All ${activeLayout === "spreadsheet" ? "Issues" : "Views"}`}
9999
/>
100100
</Breadcrumbs>
101101
</div>

0 commit comments

Comments
 (0)