diff --git a/templates/leaderboard.html b/templates/leaderboard.html
index 4c15c24..ab1b241 100644
--- a/templates/leaderboard.html
+++ b/templates/leaderboard.html
@@ -92,7 +92,7 @@
{% endif %}
{{ player.player_name }} |
- {{ player.total_buy_in_cents | money }} |
+ {{ player.total_invested_cents | money }} |
{{ player.total_cash_out_cents | money }} |
{{ player.total_net_cents | money }} |
{{ "%.1f"|format(player.win_pct) }}% |