Просмотр исходного кода

Fix deployment's transfer link

Fixes the label `Created from Replica`, uses `Transfer` nomenclature.
Daniel Vincze 1 год назад
Родитель
Сommit
3d65233aeb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/modules/TransferModule/MainDetails/MainDetails.tsx

+ 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>