From b18093aa3bb134be41e495a67b280705a6ef72ba Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 16 Jan 2022 20:44:24 +0100 Subject: Fix some grammatical errors --- draughts/views/splash.ejs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/draughts/views/splash.ejs b/draughts/views/splash.ejs index 335a347..55a24bd 100644 --- a/draughts/views/splash.ejs +++ b/draughts/views/splash.ejs @@ -16,22 +16,22 @@

The record for the minimum amount of moves is: <%= minimumMoves %>

The average player completes a game in <%= averageMoves %> <%if (averageMoves != 1) { %> - moves + moves <% } else { %> move <% } %>

There - <%if (ongoingGames < 1) { %> - are - <% } else { %> + <%if (ongoingGames == 1) { %> is + <% } else { %> + are <% } %> <%= ongoingGames %> - <%if (ongoingGames < 1) { %> - games - <% } else { %> + <%if (ongoingGames == 1) { %> game + <% } else { %> + games <% } %> currently ongoing

@@ -67,4 +67,4 @@ - \ No newline at end of file + -- cgit v1.2.3