diff --git a/orchestrator/src/client/pages/settings/components/ResumeProjectsSection.tsx b/orchestrator/src/client/pages/settings/components/ResumeProjectsSection.tsx index f584752..92aad8f 100644 --- a/orchestrator/src/client/pages/settings/components/ResumeProjectsSection.tsx +++ b/orchestrator/src/client/pages/settings/components/ResumeProjectsSection.tsx @@ -58,7 +58,7 @@ export const ResumeProjectsSection: React.FC = ({ /> {errors.resumeProjects?.maxProjects &&

{errors.resumeProjects.maxProjects.message}

}
- Locked projects always count towards this cap. Locked: {lockedCount} · Total projects: {maxProjectsTotal} + AI pool (max projects AI can use): {maxProjectsTotal}. Locked projects always count towards this cap. Locked: {lockedCount} · Total profile projects: {profileProjects.length}