From 501b249a7cedce0d5d0288b9b0079dc94f25aab0 Mon Sep 17 00:00:00 2001 From: hailin Date: Thu, 29 May 2025 23:51:45 +0800 Subject: [PATCH] . --- chatdesk-ui/components/chat/chat-files-display.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chatdesk-ui/components/chat/chat-files-display.tsx b/chatdesk-ui/components/chat/chat-files-display.tsx index cd55b08..af5efbd 100644 --- a/chatdesk-ui/components/chat/chat-files-display.tsx +++ b/chatdesk-ui/components/chat/chat-files-display.tsx @@ -263,8 +263,8 @@ const RetrievalToggle = ({}) => { display={
{useRetrieval - ? {t("RAG.retrievalEnabled")} - : {t("RAG.retrievalDisabled")}} + ? t("RAG.retrievalEnabled") + : t("RAG.retrievalDisabled")}
} trigger={