From 62174e6abd2a4967188ff2b9220b29aaf005c885 Mon Sep 17 00:00:00 2001 From: yangdx Date: Sat, 5 Apr 2025 11:02:57 +0800 Subject: [PATCH 1/4] Fix
in

problem of webui --- .../components/documents/ClearDocumentsDialog.tsx | 14 ++++++++------ lightrag_webui/src/locales/ar.json | 1 + lightrag_webui/src/locales/en.json | 1 + lightrag_webui/src/locales/fr.json | 1 + lightrag_webui/src/locales/zh.json | 1 + 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/lightrag_webui/src/components/documents/ClearDocumentsDialog.tsx b/lightrag_webui/src/components/documents/ClearDocumentsDialog.tsx index bad29788..b8438011 100644 --- a/lightrag_webui/src/components/documents/ClearDocumentsDialog.tsx +++ b/lightrag_webui/src/components/documents/ClearDocumentsDialog.tsx @@ -103,15 +103,17 @@ export default function ClearDocumentsDialog({ onDocumentsCleared }: ClearDocume {t('documentPanel.clearDocuments.title')} -

- {t('documentPanel.clearDocuments.warning')} -
-
- {t('documentPanel.clearDocuments.confirm')} -
+ {t('documentPanel.clearDocuments.description')} +
+ {t('documentPanel.clearDocuments.warning')} +
+
+ {t('documentPanel.clearDocuments.confirm')} +
+