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 2023/01/09 05:18:50 UTC

[incubator-devlake] branch main updated: fix(config-ui): copywriting error (#4148)

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 cc5189b8e fix(config-ui): copywriting error (#4148)
cc5189b8e is described below

commit cc5189b8edc92865abdf2e982c07b0740cbb61fc
Author: 青湛 <0x...@gmail.com>
AuthorDate: Mon Jan 9 13:18:45 2023 +0800

    fix(config-ui): copywriting error (#4148)
    
    * fix(config-ui): rename Download Log to Download Logs
    
    * fix(config-ui): copywriting
---
 config-ui/src/pages/pipeline/components/historical/index.tsx | 2 +-
 config-ui/src/pages/transformation/home/index.tsx            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config-ui/src/pages/pipeline/components/historical/index.tsx b/config-ui/src/pages/pipeline/components/historical/index.tsx
index b5df1e76e..c7aaa3ddf 100644
--- a/config-ui/src/pages/pipeline/components/historical/index.tsx
+++ b/config-ui/src/pages/pipeline/components/historical/index.tsx
@@ -117,7 +117,7 @@ export const PipelineHistorical = ({ blueprintId }: Props) => {
                   }}
                 />
               </Tooltip2>
-              <Tooltip2 position={Position.TOP} intent={Intent.PRIMARY} content="Download Log">
+              <Tooltip2 position={Position.TOP} intent={Intent.PRIMARY} content="Download Logs">
                 <Button minimal intent={Intent.PRIMARY} icon="document" onClick={() => handleDownloadLog(id)} />
               </Tooltip2>
               {/* <Button minimal intent={Intent.PRIMARY} icon='chevron-right' /> */}
diff --git a/config-ui/src/pages/transformation/home/index.tsx b/config-ui/src/pages/transformation/home/index.tsx
index 22e1fa0a6..5022de1ae 100644
--- a/config-ui/src/pages/transformation/home/index.tsx
+++ b/config-ui/src/pages/transformation/home/index.tsx
@@ -87,7 +87,7 @@ export const TransformationHomePage = () => {
                     />
                   ))}
                 </ButtonGroup>
-                <Button intent={Intent.PRIMARY} text="Create Transfromation" onClick={() => setIsOpen(true)} />
+                <Button intent={Intent.PRIMARY} text="Create Transformation" onClick={() => setIsOpen(true)} />
               </div>
               <Table
                 columns={columns}