Jelajahi Sumber

Update nomeclature in Schedules page from Replicas to Transfers.

Signed-off-by: Nashwan Azhari <nazhari@cloudbasesolutions.com>
Nashwan Azhari 1 tahun lalu
induk
melakukan
dc8f261637

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

@@ -318,13 +318,13 @@ class Schedule extends React.Component<Props, State> {
         <ScheduleImage />
         <NoSchedulesTitle>
           {this.props.secondaryEmpty
-            ? "Schedule this Replica"
-            : "This Replica has no Schedules."}
+            ? "Schedule this Transfer"
+            : "This Transfer has no Schedules."}
         </NoSchedulesTitle>
         <NoSchedulesSubtitle>
           {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>
         {this.props.adding ? (
           <LoadingButton>Adding ...</LoadingButton>