diff --git a/templates/integrations/linenotify_message.html b/templates/integrations/linenotify_message.html index 27077262..1cbf9f7a 100644 --- a/templates/integrations/linenotify_message.html +++ b/templates/integrations/linenotify_message.html @@ -1,6 +1,6 @@ {% load humanize %} {% if check.status == "down" %} -The check "{{ check.name_then_code }}" is DOWN. Last ping was {{ check.last_ping|naturaltime }}. +The check "{{ check.name_then_code }}" is DOWN. Last ping was {{ check.last_ping|naturaltime }}. {% else %} -The check "{{ check.name_then_code }}" is now UP. +The check "{{ check.name_then_code }}" is now UP. {% endif %}