From 6f17fc0760e2e1558f4f7fad4a3c1a4f6cae0bf1 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Tue, 28 Jan 2020 18:50:26 +0100 Subject: [PATCH] frontend: pluralize points on index --- frontend/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/index.html b/frontend/static/index.html index 2190d40a..bd55882a 100644 --- a/frontend/static/index.html +++ b/frontend/static/index.html @@ -113,7 +113,7 @@ - {{ my.score | number }} points – {{ teams[my.team_id].rank }}e sur {{ teams_count }} + {{ my.score | number }} – {{ teams[my.team_id].rank }}e sur {{ teams_count }}

{{ my.name }}