Skip to content

Commit 59f1cc1

Browse files
[WEB-1114] chore: recent activity message updated (#4371)
1 parent 562e508 commit 59f1cc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/components/core/activity.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ const activityDetails: {
724724
<IssueLink activity={activity} />
725725
</>
726726
)}
727+
{activity.verb === "2" && ` from inbox by marking a duplicate issue.`}
727728
</>
728729
),
729730
icon: <Inbox size={12} color="#6b7280" aria-hidden="true" />,

0 commit comments

Comments
 (0)