From c78130990d356540bc7ab3772e190e62eb2234ef Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 22 Jul 2025 12:16:13 +0800 Subject: [PATCH] chore: text --- .../app/configuration/config/automatic/idea-output.tsx | 4 ++-- web/i18n/en-US/app-debug.ts | 4 ++-- web/i18n/zh-Hans/app-debug.ts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/app/components/app/configuration/config/automatic/idea-output.tsx b/web/app/components/app/configuration/config/automatic/idea-output.tsx index 373186953a..df4f76c92b 100644 --- a/web/app/components/app/configuration/config/automatic/idea-output.tsx +++ b/web/app/components/app/configuration/config/automatic/idea-output.tsx @@ -30,14 +30,14 @@ const IdeaOutput: FC = ({ className='mb-1.5 flex cursor-pointer items-center text-sm font-medium leading-5 text-text-primary' onClick={toggleFoldIdeaOutput} > -
{t(`${i18nPrefix}.ideaOutput`)}
+
{t(`${i18nPrefix}.idealOutput`)}
({t(`${i18nPrefix}.optional`)})
{!isFoldIdeaOutput && (