diff --git a/templates/zerver/team.html b/templates/zerver/team.html index 5dbf8189dc..3acda6a425 100644 --- a/templates/zerver/team.html +++ b/templates/zerver/team.html @@ -167,7 +167,7 @@
@<%= name %>
- <%= commits %> commits + <%= commits %> <%= commits === 1 ? 'commit' : 'commits' %>