From cce7970f773ad2311338a532e93d895780a50ae4 Mon Sep 17 00:00:00 2001 From: zhsama Date: Mon, 9 Feb 2026 21:48:28 +0800 Subject: [PATCH] chore: Rename context variable to Chat History in UI --- .../workflow/nodes/llm/components/config-context-item.tsx | 2 +- web/i18n/en-US/app.json | 2 +- web/i18n/en-US/workflow.json | 1 + web/i18n/ja-JP/app.json | 2 +- web/i18n/ja-JP/workflow.json | 1 + web/i18n/zh-Hans/app.json | 2 +- web/i18n/zh-Hans/workflow.json | 1 + web/i18n/zh-Hant/app.json | 2 +- web/i18n/zh-Hant/workflow.json | 1 + 9 files changed, 9 insertions(+), 5 deletions(-) diff --git a/web/app/components/workflow/nodes/llm/components/config-context-item.tsx b/web/app/components/workflow/nodes/llm/components/config-context-item.tsx index 2511d6b3f3..d662712e45 100644 --- a/web/app/components/workflow/nodes/llm/components/config-context-item.tsx +++ b/web/app/components/workflow/nodes/llm/components/config-context-item.tsx @@ -75,7 +75,7 @@ const ConfigContextItem: FC = ({ )} >
- {t('nodes.llm.context', { ns: 'workflow' })} + {t('nodes.llm.chatHistorry', { ns: 'workflow' })}