From 2f6c65fbbe1b38d9c4535f093193927268fcecfb Mon Sep 17 00:00:00 2001 From: Jonas Konrath <konrathj@vis.ethz.ch> Date: Mon, 5 Aug 2024 11:35:47 +0200 Subject: [PATCH] the previous phrasing feels very weird --- backend/notifications/notification_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/notifications/notification_util.py b/backend/notifications/notification_util.py index a4b70931e..bd4a6e9b8 100644 --- a/backend/notifications/notification_util.py +++ b/backend/notifications/notification_util.py @@ -71,7 +71,7 @@ def _new_comment_to_comment(old_comment, new_comment): old_comment.author, NotificationType.NEW_COMMENT_TO_COMMENT, "New comment", - "A new comment to an answer you commented was added.\n\n{}".format( + "A new comment was added to an answer you commented on.\n\n{}".format( new_comment.text ), old_comment.answer, -- GitLab