diff --git a/templates/stats_table.html b/templates/stats_table.html
index b8be1cc..593876f 100644
--- a/templates/stats_table.html
+++ b/templates/stats_table.html
@@ -81,7 +81,7 @@ var table_{{div_id}} = new Tabulator("#table-{{div_id}}", {
outputFormat: "dd/MM HH:mm"
}},
{% if show_player_num %}
- {title: "# Players", field: "num_players"},
+ {title: "#P", field: "num_players"},
{% endif %}
{% if show_var_rating %}
{title: "+/-", field: "variant_rating_change"},
@@ -99,7 +99,7 @@ var table_{{div_id}} = new Tabulator("#table-{{div_id}}", {
urlPrefix: "https://hanab.live/seed/",
target:"_blank"
}},
- {title: "Score", field: "score"},
+ {title: "SCR", field: "score"},
{title: "BDR", field: "num_bdrs"},
{title: "Turns", field: "num_turns"},
{title: "Result", field: "game_outcomes"}