From d44bdd2dfd8c55323b7881c008524fbed22b214b Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 12 Feb 2025 16:35:47 +0800 Subject: [PATCH] fix: i18n bug --- ui/src/components/ai-chat/ExecutionDetailDialog.vue | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ui/src/components/ai-chat/ExecutionDetailDialog.vue b/ui/src/components/ai-chat/ExecutionDetailDialog.vue index 620e7ca5a..b4802660f 100644 --- a/ui/src/components/ai-chat/ExecutionDetailDialog.vue +++ b/ui/src/components/ai-chat/ExecutionDetailDialog.vue @@ -214,12 +214,9 @@ {{ item.question || '-' }} -
+
- {{ $t('views.applicationWorkflow.nodes.aiChatNode.think')}} + {{ $t('views.applicationWorkflow.nodes.aiChatNode.think') }}
{{ item.reasoning_content || '-' }} @@ -271,7 +268,7 @@