Parcourir la source

Fix dashboard transfer creation button text.

Signed-off-by: Nashwan Azhari <nazhari@cloudbasesolutions.com>
Nashwan Azhari il y a 1 an
Parent
commit
0faee9150a

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

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