@@ -450,7 +450,7 @@ export default function WorkspaceCleanupDialog(): React.JSX.Element {
{initialLoading ? (
- Checking old workspaces
+ Checking inactive workspaces
) : oldCandidateCount > 0 || hiddenByKeepCount > 0 ? (
@@ -551,10 +551,10 @@ export default function WorkspaceCleanupDialog(): React.JSX.Element {
{initialLoading ? : null}
{!loading && scan && candidates.length === 0 && !scanNoticeMessage ? (
-
+
) : null}
{!loading && scan && candidates.length === 0 && scanNoticeMessage ? (
-
+
) : null}
{!loading && scan && candidates.length > 0 && visibleCandidates.length === 0 ? (