From ce8378675eeb97ae4ab77d1165688a5f9e842e01 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 18 Sep 2023 14:44:41 +0300 Subject: [PATCH] minor improvement in messages --- files/templates/comments.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %}