From e06ae6a00480c71a8d3f028b831073d0870f013b Mon Sep 17 00:00:00 2001 From: Wendong-Fan Date: Mon, 6 Oct 2025 14:29:20 +0800 Subject: [PATCH] fix: frontend share button --- src/components/WorkFlow/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WorkFlow/index.tsx b/src/components/WorkFlow/index.tsx index b0b6bf3c0..9f0bdc564 100644 --- a/src/components/WorkFlow/index.tsx +++ b/src/components/WorkFlow/index.tsx @@ -379,7 +379,7 @@ export default function Workflow({ handleShare(chatStore.activeTaskId as string); }} > - Share {t("workforce.share")} + {t("workforce.share")} )}