瀏覽代碼

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>
     );