fix plural

This commit is contained in:
osmarks 2020-07-03 22:29:46 +01:00
parent 8890b18505
commit 9252bf32d7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ const metricDisplayInfo = {
commentsPosted: { name: "Comments posted", units: "comment" },
greatestInfipage: { name: "Largest infipage visited" },
heavpootLocations: { name: "Heavpoot's Game states", units: "state" },
heavpootDeaths: { name: "Heavpoot's Game deaths", units: "deaths" }
heavpootDeaths: { name: "Heavpoot's Game deaths", units: "death" }
}
const displayMetric = metric => {