diff --git a/src/applications/simple-forms/21-0966/containers/ConfirmationPage.jsx b/src/applications/simple-forms/21-0966/containers/ConfirmationPage.jsx index 3c7dfa1dfd28..e66aa31d40e2 100644 --- a/src/applications/simple-forms/21-0966/containers/ConfirmationPage.jsx +++ b/src/applications/simple-forms/21-0966/containers/ConfirmationPage.jsx @@ -367,7 +367,7 @@ export const ConfirmationPage = props => { item2Content={
After we review your form, we’ll confirm next steps. Then - you’ll have (1) year to file your claim. + you’ll have 1 year to file your claim.
} item1Actions={<>>} diff --git a/src/applications/simple-forms/21-0966/tests/containers/ConfirmationPage.unit.spec.jsx b/src/applications/simple-forms/21-0966/tests/containers/ConfirmationPage.unit.spec.jsx index 34508fd843a9..551045cd7731 100644 --- a/src/applications/simple-forms/21-0966/tests/containers/ConfirmationPage.unit.spec.jsx +++ b/src/applications/simple-forms/21-0966/tests/containers/ConfirmationPage.unit.spec.jsx @@ -299,10 +299,7 @@ describe('Confirmation page V2', () => { benefitSelection: { compensation: true, pension: true, - // survivor: true, }, - // 'view:activePensionITF': responseExisting.pensionIntent, - // 'view:activeCompensationITF': responseExisting.compensationIntent }; const placeholders = getNextStepsActionsPlaceholders(formData); expect(placeholders.actionsNew).to.deep.equal(['compensation', 'pension']); @@ -313,9 +310,7 @@ describe('Confirmation page V2', () => { const formData = { benefitSelection: { pension: true, - // survivor: true, }, - // 'view:activePensionITF': responseExisting.pensionIntent, 'view:activeCompensationITF': responseExisting.compensationIntent, }; const placeholders = getNextStepsActionsPlaceholders(formData);