diff --git a/frontend/src/components/Modals/ManageWorkspace/Documents/Directory/index.jsx b/frontend/src/components/Modals/ManageWorkspace/Documents/Directory/index.jsx
index 9ca6be7..75fb035 100644
--- a/frontend/src/components/Modals/ManageWorkspace/Documents/Directory/index.jsx
+++ b/frontend/src/components/Modals/ManageWorkspace/Documents/Directory/index.jsx
@@ -52,7 +52,7 @@ function Directory({
event.stopPropagation();
if (
!window.confirm(
- "Are you sure you want to delete these files and folders?\nThis will remove the files from the system and remove them from any existing workspaces automatically.\nThis action is not reversible."
+ "确定要删除这些文件和文件夹吗?此操作将永久删除它们及在任何现有工作空间中的副本,且无法撤销。"
)
) {
return false;
@@ -209,19 +209,19 @@ function Directory({
weight="bold"
/>
-
+ {/**/}
)}
diff --git a/frontend/src/pages/PolicyLibrary/index.jsx b/frontend/src/pages/PolicyLibrary/index.jsx
index 8d49e0a..891063a 100644
--- a/frontend/src/pages/PolicyLibrary/index.jsx
+++ b/frontend/src/pages/PolicyLibrary/index.jsx
@@ -62,7 +62,7 @@ function Directory({
event.stopPropagation();
if (
!window.confirm(
- "Are you sure you want to delete these files and folders?\nThis will remove the files from the system and remove them from any existing workspaces automatically.\nThis action is not reversible."
+ "确定要删除这些文件和文件夹吗?此操作将永久删除它们及在任何现有工作空间中的副本,且无法撤销。"
)
) {
return false;
@@ -231,19 +231,19 @@ function Directory({
weight="bold"
/>
-
+ {/**/}