This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new de5929db4 Delete Project dialog text fix (#8352)
de5929db4 is described below
commit de5929db4ae8a876f4c0f83a60299d0b03815041
Author: Veet Moradiya <[email protected]>
AuthorDate: Wed Mar 26 14:39:29 2025 +0530
Delete Project dialog text fix (#8352)
---
config-ui/src/routes/project/detail/settings-panel.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config-ui/src/routes/project/detail/settings-panel.tsx
b/config-ui/src/routes/project/detail/settings-panel.tsx
index 5f3ce4048..b7a789464 100644
--- a/config-ui/src/routes/project/detail/settings-panel.tsx
+++ b/config-ui/src/routes/project/detail/settings-panel.tsx
@@ -216,7 +216,7 @@ export const SettingsPanel = ({ project, onRefresh }:
Props) => {
onOk={handleDelete}
>
<S.DialogBody>
- <Message content="This operation cannot be undone. Deleting a Data
Connection will delete all data that have been collected in this Connection." />
+ <Message content="This operation cannot be undone. Deleting this
project will remove all associated project settings and data. This action does
not delete any data connections or the data collected through them." />
</S.DialogBody>
</Modal>
</Flex>