Update orchestrator/src/client/pages/settings/components/ResumeProjectsSection.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Shaheer Sarfaraz 2026-01-21 21:28:53 +00:00 committed by GitHub
parent 610fc48a91
commit b4476d1334
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ export const ResumeProjectsSection: React.FC<ResumeProjectsSectionProps> = ({
/>
{errors.resumeProjects?.maxProjects && <p className="text-xs text-destructive">{errors.resumeProjects.maxProjects.message}</p>}
<div className="text-xs text-muted-foreground">
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}
</div>
</div>