Skip to content

Commit 6e1bc49

Browse files
authored
Merge pull request #4 from undef1nd/fix_app_typo
Fix typo in the app
2 parents 3979664 + fa31857 commit 6e1bc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/index.html.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<tr>
4242
<td colspan="2"></td>
4343
<td class="subtext">
44-
<span class="score" id="score_{{ .ID }}">{{ .Points }} points</span>
44+
<span class="score" id="score_{{ .ID }}">{{ .Points }}{{ if eq .Points 1 }} point{{ else }} points{{ end }}</span>
4545
</td>
4646
</tr>
4747
<tr class="spacer" style="height:5px"></tr>

0 commit comments

Comments
 (0)