diff --git a/src/applications/_mock-form-ae-design-patterns/mocks/endpoints/in-progress-forms/22-1990.js b/src/applications/_mock-form-ae-design-patterns/mocks/endpoints/in-progress-forms/22-1990.js index 6f11ad70367f..9513994b2c85 100644 --- a/src/applications/_mock-form-ae-design-patterns/mocks/endpoints/in-progress-forms/22-1990.js +++ b/src/applications/_mock-form-ae-design-patterns/mocks/endpoints/in-progress-forms/22-1990.js @@ -20,6 +20,7 @@ const responses = { state: 'CO', country: 'USA', postalCode: '80521', + isMilitary: false, }, toursOfDuty: [ { diff --git a/src/applications/_mock-form-ae-design-patterns/patterns/pattern2/TaskOrange/components/SaveInProgressInfo.jsx b/src/applications/_mock-form-ae-design-patterns/patterns/pattern2/TaskOrange/components/SaveInProgressInfo.jsx index 8428086dcecf..9959d115eb7c 100644 --- a/src/applications/_mock-form-ae-design-patterns/patterns/pattern2/TaskOrange/components/SaveInProgressInfo.jsx +++ b/src/applications/_mock-form-ae-design-patterns/patterns/pattern2/TaskOrange/components/SaveInProgressInfo.jsx @@ -64,9 +64,9 @@ const SaveInProgressInfo = ({ formConfig, pageList }) => { data-testid="ezr-login-alert" uswds > -
Here’s how signing in now helps you:
Equal to VA Form 22-1990 (Application for VA Education Benefits).
See what benefits you’ll get at the school you want to attend.{' '} @@ -79,7 +66,7 @@ export class IntroductionPage extends React.Component {
Complete this education benefits form.
@@ -89,7 +76,7 @@ export class IntroductionPage extends React.Component {
We usually process claims within 30 days. We’ll let you know @@ -105,7 +92,7 @@ export class IntroductionPage extends React.Component {
You’ll get a Certificate of Eligibility (COE), or award diff --git a/src/applications/_mock-form-ae-design-patterns/patterns/pattern2/TaskOrange/pages/ApplicantInformation.jsx b/src/applications/_mock-form-ae-design-patterns/patterns/pattern2/TaskOrange/pages/ApplicantInformation.jsx index 460f1e4cb0cb..70a502e18658 100644 --- a/src/applications/_mock-form-ae-design-patterns/patterns/pattern2/TaskOrange/pages/ApplicantInformation.jsx +++ b/src/applications/_mock-form-ae-design-patterns/patterns/pattern2/TaskOrange/pages/ApplicantInformation.jsx @@ -5,10 +5,28 @@ import { withRouter } from 'react-router'; import PropTypes from 'prop-types'; import { InfoSection } from '../../../../shared/components/InfoSection'; import { maskSSN } from '../../../../utils/helpers/general'; -import { APP_URLS } from '../../../../utils/constants'; import { genderLabels } from '../utils/labels'; import { isOnReviewPage } from '../utils/reviewPage'; +const AdditionalInfoContent = () => { + return ( +
+ To protect your personal information, we don’t allow online changes to
+ your name, date of birth, or Social Security number. If you need to
+ change this information, call Veterans Benefits Assistance at{' '}
+
- Note: To protect your personal information, we don’t
- allow online changes to your name, date of birth, or Social Security
- number. If you need to change this information for your health benefits,
- call your VA health facility.{' '}
-
- If you want to update your contact information for other VA benefits, - you can do that from your profile.{' '} -
-+ Note: We’ve prefilled some of your information. If + you need to make changes, you can edit on this screen. Your changes + won’t affect your VA.gov profile. +
+