Skip to content

Commit d575cab

Browse files
backnotpropclaude
andcommitted
fix: PR Balance label says "files" not "code"
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a19eea1 commit d575cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/checklist-editor/components/PRBalance.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export const PRBalance: React.FC<PRBalanceProps> = ({ fileDiffs }) => {
257257
Center of mass
258258
</text>
259259
<text x={comX} y={BEAM_Y + 60} textAnchor="middle" className="fill-warning" fontSize={12}>
260-
{pctNew >= 50 ? `${pctNew}% of weight is new code` : `${100 - pctNew}% of weight is modified code`}
260+
{pctNew >= 50 ? `${pctNew}% of weight is new files` : `${100 - pctNew}% of weight is modified files`}
261261
</text>
262262
</g>
263263

0 commit comments

Comments
 (0)