mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 16:17:29 +00:00
correct plural of "commit"
This commit is contained in:
parent
9bd6154696
commit
6ea513c5ac
@ -12,7 +12,7 @@ html
|
|||||||
else
|
else
|
||||||
h1 Bibliogram updater
|
h1 Bibliogram updater
|
||||||
if numberOfCommits > 0
|
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
|
div.commits
|
||||||
each line in formattedLog
|
each line in formattedLog
|
||||||
div.commit
|
div.commit
|
||||||
|
Loading…
Reference in New Issue
Block a user