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

likyh 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 c5ea6a032 refactor(config-ui): adjust the text for zentao connection 
(#4595)
c5ea6a032 is described below

commit c5ea6a032897e68713bd6b2f3fc974f44e173a6d
Author: 青湛 <[email protected]>
AuthorDate: Tue Mar 7 11:10:31 2023 +0800

    refactor(config-ui): adjust the text for zentao connection (#4595)
---
 config-ui/src/plugins/register/zentao/config.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-ui/src/plugins/register/zentao/config.ts 
b/config-ui/src/plugins/register/zentao/config.ts
index 65df64a7a..2547c53bd 100644
--- a/config-ui/src/plugins/register/zentao/config.ts
+++ b/config-ui/src/plugins/register/zentao/config.ts
@@ -34,7 +34,7 @@ export const ZenTaoConfig: PluginConfigType = {
       'name',
       {
         key: 'endpoint',
-        subLabel: 'Provide the Zentao instance API endpoint (Opensource v16+). 
E.g. http://<host>:<port>/zentao/api.php/v1',
+        subLabel: 'Provide the Zentao instance API endpoint (Opensource v16+). 
E.g. http://<host>:<port>/api.php/v1',
       },
       'username',
       'password',

Reply via email to