Update 'Project Name' to 'Project'

This commit is contained in:
Sai Ram Kunala 2020-03-20 10:50:20 +05:30 committed by GitHub
parent c9979cc125
commit 9c9be4f181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
"text": "“{{ check.name_then_code|escapejs }}” is {{ check.status|upper }}.", "text": "“{{ check.name_then_code|escapejs }}” is {{ check.status|upper }}.",
"fields": [ "fields": [
{% if check.project.name %} {% if check.project.name %}
{"title": "Project Name", {"title": "Project",
"value": "{{ check.project.name|escapejs }}" "value": "{{ check.project.name|escapejs }}"
}, },
{% endif %} {% endif %}