diff --git a/src/applications/discharge-wizard/components/v2/Homepage.jsx b/src/applications/discharge-wizard/components/v2/Homepage.jsx index 7f9b4811710f..2e0b4f5a20e6 100644 --- a/src/applications/discharge-wizard/components/v2/Homepage.jsx +++ b/src/applications/discharge-wizard/components/v2/Homepage.jsx @@ -84,6 +84,7 @@ const HomePage = ({ router, setIntroPageViewed }) => { href="https://www.va.gov/get-help-from-accredited-representative/find-rep" text="Get help from an accredited representative" /> + .
Note: You can ask for a VA Character of Discharge diff --git a/src/applications/discharge-wizard/constants/question-data-map.js b/src/applications/discharge-wizard/constants/question-data-map.js index 2774815c4048..1454227830fd 100644 --- a/src/applications/discharge-wizard/constants/question-data-map.js +++ b/src/applications/discharge-wizard/constants/question-data-map.js @@ -3,7 +3,8 @@ export const QUESTION_MAP = Object.freeze({ SERVICE_BRANCH: 'What was your branch of service?', DISCHARGE_YEAR: 'What year were you discharged from the military?', DISCHARGE_MONTH: 'What month were you discharged?', - REASON: `Which of the following best describes why you want to change your discharge paperwork? Choose the one that's closest to your situation.`, + REASON: + "Which of the following best describes why you want to change your discharge paperwork? Choose the one that's closest to your situation.", DISCHARGE_TYPE: "What's your character of discharge?", INTENTION: 'Do you want to change your name, discharge date, or something written in the "other remarks" section of your DD214?',