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 %}