From 776a34a64588c0db000b035d0692265e4678a232 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 10 Feb 2020 23:26:26 +0100 Subject: [PATCH] FIX: plurals for output --- src/main/resources/templates/PaceForm.html | 5 +++-- src/main/resources/templates/SpeedForm.html | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/resources/templates/PaceForm.html b/src/main/resources/templates/PaceForm.html index 11a1861a..31b47a7a 100644 --- a/src/main/resources/templates/PaceForm.html +++ b/src/main/resources/templates/PaceForm.html @@ -89,8 +89,9 @@
Pace
for travelling 30 kilometer and 0 meter in - 1 hour, 0 minute and - 0 seconds. + 1 hour(s), 0 minute(s) + and + 0 second(s).

diff --git a/src/main/resources/templates/SpeedForm.html b/src/main/resources/templates/SpeedForm.html index 89cc89d3..8c0d68ff 100644 --- a/src/main/resources/templates/SpeedForm.html +++ b/src/main/resources/templates/SpeedForm.html @@ -89,8 +89,8 @@
Speed
for travelling 30 kilometer and 0 meter in - 1 hour, 0 minute - 0 seconds. + 1 hour(s), 0 minute(s) + 0 second(s).