From cbb5e8cae5926e8535dcf69d81f44065c788e1df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Mon, 22 Oct 2018 09:49:35 +0300 Subject: [PATCH] Shorter, simpler telegram message. --- templates/integrations/telegram_message.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/integrations/telegram_message.html b/templates/integrations/telegram_message.html index 74f787ec..27077262 100644 --- a/templates/integrations/telegram_message.html +++ b/templates/integrations/telegram_message.html @@ -2,5 +2,5 @@ {% if check.status == "down" %} The check "{{ check.name_then_code }}" is DOWN. Last ping was {{ check.last_ping|naturaltime }}. {% else %} -The check "{{ check.name_then_code }}" received a ping and is now UP. +The check "{{ check.name_then_code }}" is now UP. {% endif %}