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 0b711daac fix(config-ui): adjust the wording for remove connection
(#5498)
0b711daac is described below
commit 0b711daac5b24fffcc22490b831b915377df1fac
Author: 青湛 <[email protected]>
AuthorDate: Thu Jun 15 15:18:31 2023 +0800
fix(config-ui): adjust the wording for remove connection (#5498)
---
config-ui/src/pages/blueprint/connection-detail/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config-ui/src/pages/blueprint/connection-detail/index.tsx
b/config-ui/src/pages/blueprint/connection-detail/index.tsx
index 344530630..2f9dfd505 100644
--- a/config-ui/src/pages/blueprint/connection-detail/index.tsx
+++ b/config-ui/src/pages/blueprint/connection-detail/index.tsx
@@ -192,7 +192,7 @@ export const BlueprintConnectionDetailPage = () => {
position={Position.BOTTOM}
content={
<S.ActionDelete>
- <div className="content">Are you sure you want to delete this
connection?</div>
+ <div className="content">Are you sure you want to remove the
connection from this project/blueprint?</div>
<div className="btns" onClick={handleRemoveConnection}>
<Button intent={Intent.PRIMARY} text="Confirm" />
</div>