forked from GithubBackups/healthchecks
Pluralize the "1 check" / "X checks" line in the Integrations page.
This commit is contained in:
parent
ab86580b32
commit
7ce612db6a
@ -99,7 +99,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<div class="edit-checks"
|
<div class="edit-checks"
|
||||||
data-url="{% url 'hc-channel-checks' ch.code %}">
|
data-url="{% url 'hc-channel-checks' ch.code %}">
|
||||||
{{ ch.n_checks }} checks
|
{{ ch.n_checks }} check{{ ch.n_checks|pluralize }}
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user