fix(config-ui): the wording about jenkins transformation (#5236)
diff --git a/config-ui/src/plugins/register/jenkins/transformation.tsx b/config-ui/src/plugins/register/jenkins/transformation.tsx
index 627ae6f..01c9e09 100644
--- a/config-ui/src/plugins/register/jenkins/transformation.tsx
+++ b/config-ui/src/plugins/register/jenkins/transformation.tsx
@@ -75,7 +75,7 @@
<div style={{ marginTop: 16 }}>Convert a Jenkins Build as a DevLake Deployment when: </div>
<div className="text">
<span>
- The name of the <strong>Jenkins build</strong> or <strong>one of its jobs</strong> matches
+ The name of the <strong>Jenkins job</strong> or <strong>one of its stages</strong> matches
</span>
<InputGroup
style={{ width: 200, margin: '0 8px' }}