From 6514ff1e9748af2a23b02e32fe9af52026ba9a8c Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 18 Jul 2024 10:09:31 +0200
Subject: [PATCH] Fixed typo

---
 .../src/routes/Scheduling/ViewSchedulingUnit.js           | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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 d3bcbf0441d..09176456e1d 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
-- 
GitLab