Fix typo in AnswerTicket.xml

This commit is contained in:
Celestora 2021-11-25 21:23:08 +02:00
parent 131988ddf3
commit 60653cdf59
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@
{/if}
<div class="post-content" id="{$comment->getId()}">
<div class="text" id="text{$comment->getId()}">
{if $comment->getUType() === 1 && !$printedSupportGreeting)
{if $comment->getUType() === 1 && !$printedSupportGreeting}
{var $printedSupportGreeting = true}
{_support_greeting_hi}, {$ticket->getUser()->getFullName()}!
<br/>

View file

@ -75,7 +75,7 @@
{/if}
<div class="post-content" id="{$comment->getId()}">
<div class="text" id="text{$comment->getId()}">
{if $comment->getUType() === 1 && !$printedSupportGreeting)
{if $comment->getUType() === 1 && !$printedSupportGreeting}
{var $printedSupportGreeting = true}
{_support_greeting_hi}, {$ticket->getUser()->getFullName()}!
<br/>