diff --git a/files/templates/comments.html b/files/templates/comments.html index 3ef17b0d0..296976da8 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -94,7 +94,11 @@ Notification {% elif c.wall_user_id %} {% if request.path == '/notifications' %} - Profile Wall + {% if c.wall_user_id == v.id %} + Your Profile Wall + {% else %} + @{{c.wall_user.username}}'s Profile Wall + {% endif %} {% endif %} {% elif c.sentto == MODMAIL_ID %} Sent to admins