Prechádzať zdrojové kódy

Fix deployment's transfer link

Fixes the label `Created from Replica`, uses `Transfer` nomenclature.
Daniel Vincze 1 rok pred
rodič
commit
3d65233aeb

+ 1 - 1
src/components/modules/TransferModule/MainDetails/MainDetails.tsx

@@ -427,7 +427,7 @@ class MainDetails extends React.Component<Props, State> {
           this.props.item.replica_id ? (
             <Row>
               <Field>
-                <Label>Created from Replica</Label>
+                <Label>Created from Transfer</Label>
                 <ValueLink to={`/transfers/${this.props.item.replica_id}`}>
                   {this.props.item.replica_id}
                 </ValueLink>