aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <thomasvoss@live.com> 2022-01-16 20:44:24 +0100
committerThomas Voss <thomasvoss@live.com> 2022-01-16 20:44:24 +0100
commitb18093aa3bb134be41e495a67b280705a6ef72ba (patch)
treeba60758ba00b6b7094c7bf60f9355de4d13a6768
parenta5f194a34c221d52cd12b6fdbe47fc232eca871c (diff)
Fix some grammatical errors
-rw-r--r--draughts/views/splash.ejs16
1 files 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 @@
<p>The record for the minimum amount of moves is: <%= minimumMoves %></p>
<p>The average player completes a game in <%= averageMoves %>
<%if (averageMoves != 1) { %>
- moves
+ moves
<% } else { %>
move
<% } %>
</p>
<p>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</p>
</div>
@@ -67,4 +67,4 @@
</div>
</body>
-</html> \ No newline at end of file
+</html>