Added missing () and translations.
This commit is contained in:
parent
24ef928c96
commit
31832897a3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<div>
|
||||
<%- @Icon(@ticket.icon, @ticket.iconClass) %> <span class="<%- @ticket.iconTextClass() %>"><%- @ticket.iconTitle() %></span>
|
||||
<%- @Icon(@ticket.icon(), @ticket.iconClass()) %> <span class="<%- @T(@ticket.iconTextClass()) %>"><%- @T(@ticket.iconTitle()) %></span>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="popover-block">
|
||||
|
|
Loading…
Reference in a new issue