From 4a95349492b664d8a443524e30144628a357cedd Mon Sep 17 00:00:00 2001 From: balibabu Date: Tue, 17 Dec 2024 15:13:22 +0800 Subject: [PATCH] Feat: Modify the link address of the agent id #3909 (#4062) ### What problem does this PR solve? Feat: Modify the link address of the agent id #3909 ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- web/src/components/api-service/embed-modal/index.tsx | 4 ++-- web/src/pages/home/datasets.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/components/api-service/embed-modal/index.tsx b/web/src/components/api-service/embed-modal/index.tsx index d228b7993..534c71109 100644 --- a/web/src/components/api-service/embed-modal/index.tsx +++ b/web/src/components/api-service/embed-modal/index.tsx @@ -93,12 +93,12 @@ const EmbedModal = ({ - {t('howUseId')} + {t('howUseId', { keyPrefix: isAgent ? 'flow' : 'chat' })} ); diff --git a/web/src/pages/home/datasets.tsx b/web/src/pages/home/datasets.tsx index 4d63d0a2d..fa862484e 100644 --- a/web/src/pages/home/datasets.tsx +++ b/web/src/pages/home/datasets.tsx @@ -24,7 +24,7 @@ export function Datasets() { {list.slice(0, 3).map((dataset) => (