Browse Source

Update 'Project Name' to 'Project'

pull/342/head
Sai Ram Kunala 5 years ago
committed by GitHub
parent
commit
9c9be4f181
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/integrations/slack_message.json

+ 1
- 1
templates/integrations/slack_message.json View File

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


Loading…
Cancel
Save