diff --git a/src/applications/appeals/testing/sc/content/OmbInfo.jsx b/src/applications/appeals/testing/sc/content/OmbInfo.jsx index 040f47db0a7b..2488cb31742e 100644 --- a/src/applications/appeals/testing/sc/content/OmbInfo.jsx +++ b/src/applications/appeals/testing/sc/content/OmbInfo.jsx @@ -2,7 +2,6 @@ import React from 'react'; import { titleFormDetails, - title995Omb, subTitle995, title4142Omb, subTitle4142Omb, @@ -10,8 +9,6 @@ import { const OmbInfo = () => ( <> -

{titleFormDetails}

-

{title995Omb}

{subTitle995}

@@ -65,6 +62,7 @@ const OmbInfo = () => (

+

{titleFormDetails}

{title4142Omb}

{subTitle4142Omb}

@@ -122,6 +120,21 @@ const OmbInfo = () => ( 1, 1975 and still in effect.

+ +

If you experienced military sexual trauma (MST)

+

+ 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. +

+

+ + Learn more about MST-related services (opens in new tab) + +

); diff --git a/src/applications/appeals/testing/sc/content/title.js b/src/applications/appeals/testing/sc/content/title.js index 3e301745b17a..580c1243eb2d 100644 --- a/src/applications/appeals/testing/sc/content/title.js +++ b/src/applications/appeals/testing/sc/content/title.js @@ -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}`;