This is an automated email from the ASF dual-hosted git repository.

mintsweet pushed a commit to branch release-v0.17
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/release-v0.17 by this push:
     new cbe140bcb fix(config-ui): the wording about jenkins transformation 
(#5236)
cbe140bcb is described below

commit cbe140bcb775d2eb5a778083e21362b1b9f0e636
Author: 青湛 <[email protected]>
AuthorDate: Fri May 19 17:48:54 2023 +0800

    fix(config-ui): the wording about jenkins transformation (#5236)
---
 config-ui/src/plugins/register/jenkins/transformation.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-ui/src/plugins/register/jenkins/transformation.tsx 
b/config-ui/src/plugins/register/jenkins/transformation.tsx
index 627ae6f23..01c9e0999 100644
--- a/config-ui/src/plugins/register/jenkins/transformation.tsx
+++ b/config-ui/src/plugins/register/jenkins/transformation.tsx
@@ -75,7 +75,7 @@ export const JenkinsTransformation = ({ transformation, 
setTransformation }: Pro
             <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' }}

Reply via email to