Skip to content

Commit

Permalink
Add MST info to SC intro (#31416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie authored Aug 15, 2024
1 parent ed0de28 commit 2be061a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
19 changes: 16 additions & 3 deletions src/applications/appeals/testing/sc/content/OmbInfo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ import React from 'react';

import {
titleFormDetails,
title995Omb,
subTitle995,
title4142Omb,
subTitle4142Omb,
} from './title';

const OmbInfo = () => (
<>
<h2 className="vads-u-margin-top--0">{titleFormDetails}</h2>
<h3>{title995Omb}</h3>
<p>{subTitle995}</p>
<va-omb-info res-burden="15" omb-number="2900-0886" exp-date="4/30/2024">
<p>
Expand Down Expand Up @@ -65,6 +62,7 @@ const OmbInfo = () => (
</p>
</va-omb-info>

<h2 className="vads-u-margin-y--2">{titleFormDetails}</h2>
<h3>{title4142Omb}</h3>
<p>{subTitle4142Omb}</p>
<va-omb-info res-burden="10" omb-number="2900-0858" exp-date="7/31/2024">
Expand Down Expand Up @@ -122,6 +120,21 @@ const OmbInfo = () => (
1, 1975 and still in effect.
</p>
</va-omb-info>

<h3>If you experienced military sexual trauma (MST)</h3>
<p>
We provide free treatment for any physical or mental health conditions
related to your experiences of MST. You don’t need to have reported the
MST at the time or have other proof that the MST occurred to get care.
</p>
<p className="vads-u-margin-bottom--4">
<a
href="/health-care/health-needs-conditions/military-sexual-trauma/"
target="_blank"
>
Learn more about MST-related services (opens in new tab)
</a>
</p>
</>
);

Expand Down
5 changes: 2 additions & 3 deletions src/applications/appeals/testing/sc/content/title.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
export const title995 = 'File a Supplemental Claim';
export const title995Omb = 'Supplemental Claim';
export const subTitle995 = 'VA Form 20-0995';

export const titleFormDetails = 'Details for forms within this application';
export const titleFormDetails = 'Additional forms you may need to complete';

export const title4142 =
'Authorize the release of non-VA medical records to the VA';
export const title4142Omb =
'Optional: Authorization to disclose information to the Department of Veteran Affairs (VA)';
'Authorization to disclose information to the Department of Veteran Affairs (VA)';
export const subTitle4142Omb = 'VA Forms 21-4142 and 21-4142a';
export const subTitle4142 = `${subTitle4142Omb} with ${subTitle995}`;

Expand Down

0 comments on commit 2be061a

Please sign in to comment.