remotes/1693045480750635534/spooky-22
Aevann1 2021-10-06 06:58:44 +02:00
parent 2b0ff26677
commit 2a91c91250
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
{% elif c.author_id==NOTIFICATIONS_ACCOUNT or c.author_id==AUTOJANNY_ACCOUNT %}
<span class="font-weight-bold">{{'SITE_NAME' | app_config}} Notification</span>
{% else %}
<span class="font-weight-bold">Sent to @{{c.senttouser}}</span>
<span class="font-weight-bold">Sent to @{{c.senttouser.username}}</span>
{% endif %}
</span>
</div>