From 9c9be4f181d619fd6965a16fcea4ebaee9dfaf87 Mon Sep 17 00:00:00 2001 From: Sai Ram Kunala Date: Fri, 20 Mar 2020 10:50:20 +0530 Subject: [PATCH] Update 'Project Name' to 'Project' --- templates/integrations/slack_message.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}