Skip to content

Commit

Permalink
Merge branch '1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjeev Papnoi committed Oct 8, 2020
2 parents 3847971 + 599bd4e commit afe78de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Knowledgebase/ticketView.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
{% endif %}
<div class="uv-aside-brick">
<h6>{{ 'Status'|trans }}</h6>
<span>{{ ticket.status.code|trans }}</span>
<span>{{ ticket.status.description|trans }}</span>
</div>
{% if ticket.type %}
<div class="uv-aside-brick">
Expand Down

0 comments on commit afe78de

Please sign in to comment.