correct plural of "commit"

This commit is contained in:
Cadence Fish 2020-02-23 00:29:25 +13:00
parent 9bd6154696
commit 6ea513c5ac
No known key found for this signature in database
GPG Key ID: 81015DF9AA8607E1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ html
else
h1 Bibliogram updater
if numberOfCommits > 0
div You are #{numberOfCommits} commits behind (most recent first):
div You are #{numberOfCommits} #{numberOfCommits === 1 ? "commit" : "commits"} behind (most recent first):
div.commits
each line in formattedLog
div.commit