diff --git a/web/app/components/app/configuration/config/automatic/get-automatic-res.tsx b/web/app/components/app/configuration/config/automatic/get-automatic-res.tsx index c8f801663a..ef828b4ea7 100644 --- a/web/app/components/app/configuration/config/automatic/get-automatic-res.tsx +++ b/web/app/components/app/configuration/config/automatic/get-automatic-res.tsx @@ -44,6 +44,7 @@ import type { Node, NodeOutPutVar } from '@/app/components/workflow/types' import type { GeneratorType } from './types' import { ArrowDownRoundFill } from '@/app/components/base/icons/src/vender/solid/general' +const i18nPrefix = 'appDebug.generate' export type IGetAutomaticResProps = { mode: AppType isShow: boolean @@ -310,14 +311,14 @@ const GetAutomaticRes: FC = ({ className='mb-1.5 flex cursor-pointer items-center text-sm font-medium leading-5 text-text-primary' onClick={toggleFoldIdeaOutput} > -
Idea output
-
(option)
+
{t(`${i18nPrefix}.ideaOutput`)}
+
({t(`${i18nPrefix}.optional`)})
{ !isFoldIdeaOutput && (