From 7ce612db6aeb268ce32682ec964e3f4f18c9d90b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Sat, 20 Apr 2019 19:18:37 +0300 Subject: [PATCH] Pluralize the "1 check" / "X checks" line in the Integrations page. --- templates/front/channels.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/front/channels.html b/templates/front/channels.html index ae25e55a..74e6fbee 100644 --- a/templates/front/channels.html +++ b/templates/front/channels.html @@ -99,7 +99,7 @@
- {{ ch.n_checks }} checks + {{ ch.n_checks }} check{{ ch.n_checks|pluralize }}