diff --git a/apps/app/components/issues/activity.tsx b/apps/app/components/issues/activity.tsx
index 81b2536692..10b9d450f0 100644
--- a/apps/app/components/issues/activity.tsx
+++ b/apps/app/components/issues/activity.tsx
@@ -210,7 +210,22 @@ const activityDetails: {
to the issue.
>
);
- else return "removed a link.";
+ else
+ return (
+ <>
+ removed this{" "}
+
+ link
+
+ {" "}
+ from the issue.
+ >
+ );
},
icon: ,
},