From 714be52b8519d282f783863fe4b184b85d7957d8 Mon Sep 17 00:00:00 2001 From: Aditya Anand Date: Sun, 2 Sep 2018 01:47:50 +0530 Subject: [PATCH] bot : remove dibs text from message Fixes: https://github.com/gitcoinco/web/issues/1535 --- app/dashboard/notifications.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/dashboard/notifications.py b/app/dashboard/notifications.py index 0827d4be9d3..47726c41cb0 100644 --- a/app/dashboard/notifications.py +++ b/app/dashboard/notifications.py @@ -476,10 +476,8 @@ def build_github_notification(bounty, event_name, profile_pairs=None): if not interest.pending and approval_required: action = 'been approved to start work' - show_dibs = interested.count() > 1 and bounty.project_type == 'traditional' - dibs = f" ({get_ordinal_repr(i)} dibs)" if show_dibs else "" - msg += f"\n{i}. {profile_link} has {action}{dibs}. " + msg += f"\n{i}. {profile_link} has {action}. " issue_message = interest.issue_message.strip() if issue_message: