From f0a36da63f69e9b659e516570968b012f95857a7 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Tue, 29 Dec 2015 15:19:05 +1100 Subject: [PATCH] Add description to squash player metrics --- presets/racket-sports/squash.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presets/racket-sports/squash.json b/presets/racket-sports/squash.json index 8ff49492..ab3cb665 100644 --- a/presets/racket-sports/squash.json +++ b/presets/racket-sports/squash.json @@ -25,8 +25,8 @@ { "name" : "Pts", "equation" : "$pointsfor - $pointsagainst", "priority" : 2, "description" : "Total points" } ], "metrics": [ - "Height", - "Weight" + { "name" : "Height", "description" : "Player height" }, + { "name" : "Weight", "description" : "Player weight" } ], "statistics": [ ]