diff --git a/app/src/components/ModelLeaderboard.tsx b/app/src/components/ModelLeaderboard.tsx
index 5f5b198..fc1fba8 100644
--- a/app/src/components/ModelLeaderboard.tsx
+++ b/app/src/components/ModelLeaderboard.tsx
@@ -304,7 +304,7 @@ export default function ModelLeaderboard({
className="col-span-2 text-right"
title="Estimated cost to run one household's full set of outputs, no tools (batch runs priced at standard synchronous rates)"
>
- Cost / hh
+ Cost / household
{scoringMode === "exact"
@@ -357,7 +357,7 @@ export default function ModelLeaderboard({
- {fmtCost(m.costPerHousehold, currencySymbol)}/hh
+ {fmtCost(m.costPerHousehold, currencySymbol)} per household
@@ -395,7 +395,7 @@ export default function ModelLeaderboard({
className="col-span-2 text-right font-[family-name:var(--font-mono)] text-sm text-text-secondary"
title={
m.costUsd != null
- ? `${currencySymbol}${m.costUsd.toFixed(2)} total · ${fmtCost(m.costPerHousehold, currencySymbol)}/household`
+ ? `${currencySymbol}${m.costUsd.toFixed(2)} total · ${fmtCost(m.costPerHousehold, currencySymbol)} per household`
: "Cost not recorded for this model"
}
>