diff --git a/apps/web/src/components/workspace-setting/general/delete/Delete.tsx b/apps/web/src/components/workspace-setting/general/delete/Delete.tsx
index d86a623406..1b204e5d3d 100644
--- a/apps/web/src/components/workspace-setting/general/delete/Delete.tsx
+++ b/apps/web/src/components/workspace-setting/general/delete/Delete.tsx
@@ -53,18 +53,22 @@ export const WorkspaceDelete = ({
Deleting (
- {workspace.name})
- cannot be undone, please proceed with caution. along with all its
- content.
+
+ {{ workspace: workspace.name } as any}
+
+ ) cannot be undone, please proceed with caution. All contents will
+ be lost.
) : (
Deleting (
- {workspace.name}) will
- delete both local and cloud data, this operation cannot be undone,
- please proceed with caution.
+
+ {{ workspace: workspace.name } as any}
+
+ ) will delete both local and cloud data, this operation cannot be
+ undone, please proceed with caution.
)}