Explorar el Código

Update nomeclature in Schedules page from Replicas to Transfers.

Signed-off-by: Nashwan Azhari <nazhari@cloudbasesolutions.com>
Nashwan Azhari hace 1 año
padre
commit
dc8f261637
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      src/components/modules/TransferModule/Schedule/Schedule.tsx

+ 4 - 4
src/components/modules/TransferModule/Schedule/Schedule.tsx

@@ -318,13 +318,13 @@ class Schedule extends React.Component<Props, State> {
         <ScheduleImage />
         <ScheduleImage />
         <NoSchedulesTitle>
         <NoSchedulesTitle>
           {this.props.secondaryEmpty
           {this.props.secondaryEmpty
-            ? "Schedule this Replica"
-            : "This Replica has no Schedules."}
+            ? "Schedule this Transfer"
+            : "This Transfer has no Schedules."}
         </NoSchedulesTitle>
         </NoSchedulesTitle>
         <NoSchedulesSubtitle>
         <NoSchedulesSubtitle>
           {this.props.secondaryEmpty
           {this.props.secondaryEmpty
-            ? "You can schedule this replica so that it executes automatically."
-            : "Add a new schedule so that the Replica executes automatically."}
+            ? "You can schedule this Transfer so that it executes automatically."
+            : "Add a new schedule so that the Transfer executes automatically."}
         </NoSchedulesSubtitle>
         </NoSchedulesSubtitle>
         {this.props.adding ? (
         {this.props.adding ? (
           <LoadingButton>Adding ...</LoadingButton>
           <LoadingButton>Adding ...</LoadingButton>