소스 검색

Fix dashboard transfer creation button text.

Signed-off-by: Nashwan Azhari <nazhari@cloudbasesolutions.com>
Nashwan Azhari 2 년 전
부모
커밋
0faee9150a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/modules/DashboardModule/DashboardActivity/DashboardActivity.tsx

+ 1 - 1
src/components/modules/DashboardModule/DashboardActivity/DashboardActivity.tsx

@@ -149,7 +149,7 @@ class DashboardActivity extends React.Component<Props> {
           in this project.
         </Message>
         <Button hollow primary transparent onClick={this.props.onNewClick}>
-          New Replica / Migration
+          New Transfer
         </Button>
       </NoItems>
     );