Browse Source
Pluralize the "1 check" / "X checks" line in the Integrations page.
pull/248/head
Pēteris Caune
6 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
1 additions and
1 deletions
-
templates/front/channels.html
|
|
@ -99,7 +99,7 @@ |
|
|
|
<td> |
|
|
|
<div class="edit-checks" |
|
|
|
data-url="{% url 'hc-channel-checks' ch.code %}"> |
|
|
|
{{ ch.n_checks }} checks |
|
|
|
{{ ch.n_checks }} check{{ ch.n_checks|pluralize }} |
|
|
|
</div> |
|
|
|
</td> |
|
|
|
<td> |
|
|
|