diff --git a/files/templates/comments.html b/files/templates/comments.html index 41917049f..94d375c78 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -89,8 +89,10 @@ {% endif %} {% elif c.sentto == MODMAIL_ID %} Sent to admins + {% elif c.sentto == v.id %} + Sent to you {% else %} - Sent to @{{c.senttouser.username}} + Sent to @{{c.senttouser.username}} {% endif %}