Browse Source

Pluralize the "1 check" / "X checks" line in the Integrations page.

pull/248/head
Pēteris Caune 6 years ago
parent
commit
7ce612db6a
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/front/channels.html

+ 1
- 1
templates/front/channels.html View File

@ -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>


Loading…
Cancel
Save