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) => (