Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix verbiage
  • Loading branch information
BrunoQuaresma committed Aug 10, 2023
commit ce38d74d22cd9201cf49f2439bbd330b10e57d09
2 changes: 1 addition & 1 deletion site/src/pages/WorkspacesPage/WorkspacesPageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const WorkspacesPageView: FC<
<Box>
Selected <strong>{checkedWorkspaces.length}</strong> of{" "}
<strong>{workspaces?.length}</strong>{" "}
{checkedWorkspaces.length === 1 ? "workspace" : "workspaces"}
{workspaces?.length === 1 ? "workspace" : "workspaces"}
</Box>

<Box sx={{ position: "absolute", right: 0 }}>
Expand Down