mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
Fix pluralization in email intro.
This commit is contained in:
parent
9cb75013b1
commit
305e4a86f5
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@
|
|||
height="20"
|
||||
border="0"
|
||||
style="{{style "intro-paragraph.user-avatar"}}">{{.User.Login}}</a>'s)
|
||||
{{.CommitCount}} commits from years past.
|
||||
{{.CommitCount}} {{if eq .CommitCount 1}}commit{{else}}commits{{end}} from
|
||||
years past.
|
||||
</p>
|
||||
|
||||
{{range .IntervalDigests }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue