chore: update Workspace Issues -> All Issues header.

This commit is contained in:
Prateek Shourya 2023-12-27 17:38:35 +05:30
parent 1023a7d9ba
commit 03f90be188

View File

@ -95,7 +95,7 @@ export const GlobalIssuesHeader: React.FC<Props> = observer((props) => {
<PhotoFilterIcon className="h-4 w-4 text-custom-text-300" />
)
}
label={`Workspace ${activeLayout === "spreadsheet" ? "Issues" : "Views"}`}
label={`All ${activeLayout === "spreadsheet" ? "Issues" : "Views"}`}
/>
</Breadcrumbs>
</div>