mirror of
https://github.com/osmarks/website
synced 2024-11-08 20:29:55 +00:00
fix plural
This commit is contained in:
parent
8890b18505
commit
9252bf32d7
@ -21,7 +21,7 @@ const metricDisplayInfo = {
|
|||||||
commentsPosted: { name: "Comments posted", units: "comment" },
|
commentsPosted: { name: "Comments posted", units: "comment" },
|
||||||
greatestInfipage: { name: "Largest infipage visited" },
|
greatestInfipage: { name: "Largest infipage visited" },
|
||||||
heavpootLocations: { name: "Heavpoot's Game states", units: "state" },
|
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 => {
|
const displayMetric = metric => {
|
||||||
|
Loading…
Reference in New Issue
Block a user