From bfd6fb00a88d64fd3c1c3bc74c31edd67bf9b6c5 Mon Sep 17 00:00:00 2001
From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com>
Date: Tue, 28 May 2024 11:50:57 +0530
Subject: [PATCH] chore: user activity title update message updated (#4616)
---
web/components/core/activity.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/components/core/activity.tsx b/web/components/core/activity.tsx
index 97927d216a..28d84ffe47 100644
--- a/web/components/core/activity.tsx
+++ b/web/components/core/activity.tsx
@@ -502,7 +502,7 @@ const activityDetails: {
name: {
message: (activity, showIssue) => (
<>
- set the name to {activity.new_value}
+ set the title to {activity.new_value}
{showIssue && (
<>
{" "}