You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by li...@apache.org on 2022/10/13 15:04:43 UTC

[incubator-devlake] branch release-v0.14 updated: fix(config-ui): adjust the text description for DORA

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

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


The following commit(s) were added to refs/heads/release-v0.14 by this push:
     new f3597fd7 fix(config-ui): adjust the text description for DORA
f3597fd7 is described below

commit f3597fd7c02525d31ae3cefc06bc0bca83aee69a
Author: mintsweet <0x...@gmail.com>
AuthorDate: Thu Oct 13 22:56:34 2022 +0800

    fix(config-ui): adjust the text description for DORA
---
 .../src/components/blueprints/transformations/CICD/Deployment.jsx   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config-ui/src/components/blueprints/transformations/CICD/Deployment.jsx b/config-ui/src/components/blueprints/transformations/CICD/Deployment.jsx
index ef5aa8c2..b14069d2 100644
--- a/config-ui/src/components/blueprints/transformations/CICD/Deployment.jsx
+++ b/config-ui/src/components/blueprints/transformations/CICD/Deployment.jsx
@@ -100,21 +100,21 @@ const Deployment = (props) => {
           'A Jenkins build with a name that matches the given regEx will be considered as a Deployment.'
         hint2 =
           // eslint-disable-next-line max-len
-          'A Jenkins build that matches the given regEx will be considered as a build in the Production environment. If you leave this field empty, all data will be tagged as in the Production environment.'
+          'A Jenkins build with a name that matches the given regEx will be considered as a build in the Production environment. If you leave this field empty, all data will be tagged as in the Production environment.'
         break
       case Providers.GITHUB:
         hint1 =
           'A GitHub Action job with a name that matches the given regEx will be considered as a Deployment.'
         hint2 =
           // eslint-disable-next-line max-len
-          'A GitHub Action job that matches the given regEx will be considered as a job in the Production environment. If you leave this field empty, all data will be tagged as in the Production environment.'
+          'A GitHub Action job with a name that matches the given regEx will be considered as a job in the Production environment. If you leave this field empty, all data will be tagged as in the Production environment.'
         break
       case Providers.GITLAB:
         hint1 =
           'A GitLab CI job with a name that matches the given regEx will be considered as a Deployment.'
         hint2 =
           // eslint-disable-next-line max-len
-          'A GitLab CI job that matches the given regEx will be considered as a job in the Production environment. If you leave this field empty, all data will be tagged as in the Production environment.'
+          'A GitLab CI job that with a name matches the given regEx will be considered as a job in the Production environment. If you leave this field empty, all data will be tagged as in the Production environment.'
         break
     }