This is an automated email from the ASF dual-hosted git repository. mintsweet pushed a commit to branch fix-typo in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 4406766d8381b921bed24fb1b1d394d208ea7b21 Author: mintsweet <[email protected]> AuthorDate: Tue May 7 14:31:17 2024 +1200 fix: typo error in connection detail --- config-ui/src/routes/blueprint/connection-detail/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-ui/src/routes/blueprint/connection-detail/index.tsx b/config-ui/src/routes/blueprint/connection-detail/index.tsx index 08c8d8a06..7b3fa96b3 100644 --- a/config-ui/src/routes/blueprint/connection-detail/index.tsx +++ b/config-ui/src/routes/blueprint/connection-detail/index.tsx @@ -223,9 +223,9 @@ export const BlueprintConnectionDetailPage = () => { </Helmet> <S.Top> <span> - To manage the complete data scope and scope config for this Connection, please{' '} + To manage the complete data scope and scope config for this connection, please{' '} <ExternalLink link={`/connections/${connection.plugin}/${connection.id}`}> - go to the Connection detail page + go to the connection detail page </ExternalLink> . </span>
