diff --git a/forms-flow-web/src/components/Form/Item/Submission/Success/SuccessPage.js b/forms-flow-web/src/components/Form/Item/Submission/Success/SuccessPage.js index 462a018f..868dcecf 100644 --- a/forms-flow-web/src/components/Form/Item/Submission/Success/SuccessPage.js +++ b/forms-flow-web/src/components/Form/Item/Submission/Success/SuccessPage.js @@ -667,7 +667,7 @@ export default React.memo(() => { ); - } else if (search.includes(successTypes.COI_SUBMISSION)) { + } else if (search.includes(successTypes.COI_SUBMISSION_LDB)) { return ( <> @@ -702,8 +702,9 @@ export default React.memo(() => { After your supervisor reviews your disclosure, documents a decision on the outcome and submits, you will receive a confirmation and a copy of your form in your email. Your form - will be automatically sent to AskMyHR for placement on your - personnel file + will be automatically sent to the LDB Ethics Advisor, and a + final copy will be sent to LDB Human Resources for placement on + your employee file
  • Your supervisor will reach out to you if they need some @@ -713,7 +714,7 @@ export default React.memo(() => { ); - } else if (search.includes(successTypes.COI_SUBMISSION_LDB)) { + } else if (search.includes(successTypes.COI_SUBMISSION)) { return ( <> @@ -748,9 +749,8 @@ export default React.memo(() => { After your supervisor reviews your disclosure, documents a decision on the outcome and submits, you will receive a confirmation and a copy of your form in your email. Your form - will be automatically sent to the LDB Ethics Advisor, and a - final copy will be sent to LDB Human Resources for placement on - your employee file + will be automatically sent to AskMyHR for placement on your + personnel file
  • Your supervisor will reach out to you if they need some