mirror of
https://github.com/makeplane/plane.git
synced 2026-05-03 14:39:39 -05:00
chore: update Workspace Issues -> All Issues header.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user