mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-11-19 20:56:31 +00:00
correct plural of "commit"
This commit is contained in:
parent
9bd6154696
commit
6ea513c5ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue