diff --git a/templates/integrations/slack_message.json b/templates/integrations/slack_message.json index 9afd1a93..72a08101 100644 --- a/templates/integrations/slack_message.json +++ b/templates/integrations/slack_message.json @@ -14,7 +14,7 @@ "text": "“{{ check.name_then_code|escapejs }}” is {{ check.status|upper }}.", "fields": [ {% if check.project.name %} - {"title": "Project Name", + {"title": "Project", "value": "{{ check.project.name|escapejs }}" }, {% endif %}