From e1b7e3dafaea59b4415e6212aebb249861326fd9 Mon Sep 17 00:00:00 2001
From: sandeepsajan0 <sandeepsajan0@gmail.com>
Date: Wed, 4 Aug 2021 19:00:56 +0530
Subject: [PATCH] Update comment message

---
 hypha/apply/activity/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hypha/apply/activity/models.py b/hypha/apply/activity/models.py
index 3a50b901d..44609ced6 100644
--- a/hypha/apply/activity/models.py
+++ b/hypha/apply/activity/models.py
@@ -41,7 +41,7 @@ VISIBILITY = {
 
 class BaseActivityQuerySet(models.QuerySet):
     def visible_to(self, user):
-        # to hide reviews from applicant of existing data
+        # To hide reviews from the applicant's activity feed
         from .messaging import ActivityAdapter
         messages = ActivityAdapter.messages
         if user.is_applicant:
-- 
GitLab