Skip to content

Commit

Permalink
Add period; change to double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
randimays committed Dec 26, 2024
1 parent 4da9833 commit e1e9685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
.
</p>
<p>
<strong>Note:</strong> You can ask for a VA Character of Discharge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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?',
Expand Down

0 comments on commit e1e9685

Please sign in to comment.