diff --git a/frontend/app/src/components/datasource/datasource-card.tsx b/frontend/app/src/components/datasource/datasource-card.tsx
index fe46d1a3..678bf097 100644
--- a/frontend/app/src/components/datasource/datasource-card.tsx
+++ b/frontend/app/src/components/datasource/datasource-card.tsx
@@ -52,6 +52,8 @@ export function DatasourceCard ({ knowledgeBaseId, datasource }: { knowledgeBase
await deleteDatasource(knowledgeBaseId, datasource.id);
}}
asChild
+ dialogTitle={`Confirm to delete the datasource ${datasource.name} #${datasource.id}`}
+ dialogDescription={<>All documents, chunks, entities and relationships related to this datasource will be deleted. This action cannot be undone.>}
>