diff --git a/SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/ViewSchedulingUnit.js b/SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/ViewSchedulingUnit.js index d3bcbf0441d659eb35ffc55d59b84c456b51f97f..09176456e1dda19e0a092dc6dae7977bcc18fe86 100644 --- a/SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/ViewSchedulingUnit.js +++ b/SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/ViewSchedulingUnit.js @@ -737,7 +737,7 @@ this.actions.push({ icon: 'fas fa-folder-plus', style: this.iconStyle, - title: 'Add Injest Task', + title: 'Add Ingest Task', type: 'buttonv2', actOn: 'click', props: { callback: this.confirmAddIngestTask } }); } @@ -2182,8 +2182,8 @@ async confirmAddIngestTask() { let dialog = this.state.dialog; dialog.type = "confirmation"; - dialog.header = "Confirm to Add Injest Task"; - dialog.detail = "Do you want to add a new Injest task for this Scheduling Unit Draft?"; + dialog.header = "Confirm to Add Ingest Task"; + dialog.detail = "Do you want to add a new Ingest task for this Scheduling Unit Draft?"; dialog.content = this.getCleanUpDialogContent; dialog.actions = [{ id: 'yes', title: 'Add', callback: this.addNewIngestTask }, { id: 'no', title: 'Cancel', className: 'act-btn-cancel', callback: this.closeDialog }]; @@ -2960,4 +2960,4 @@ disabled: PropTypes.any } - export default ViewSchedulingUnit \ No newline at end of file + export default ViewSchedulingUnit