If you need to access debt letters that were mailed to you, call the Debt
- Management Center at .
+ Management Center at .
(
Our records show you don’t have any debt letters related to VA benefits.
If you think this is an error, please contact the Debt Management Center
- at .
+ at .
If you have VA health care copay debt, go to our
diff --git a/src/applications/combined-debt-portal/debt-letters/components/HowDoIPay.jsx b/src/applications/combined-debt-portal/debt-letters/components/HowDoIPay.jsx
index 92b5049002f5..5ee2a119e458 100644
--- a/src/applications/combined-debt-portal/debt-letters/components/HowDoIPay.jsx
+++ b/src/applications/combined-debt-portal/debt-letters/components/HowDoIPay.jsx
@@ -1,5 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
+import { CONTACTS } from '@department-of-veterans-affairs/component-library/contacts';
import { deductionCodes } from '../const/deduction-codes';
export const getDeductionDescription = code => {
@@ -75,9 +76,9 @@ const HowDoIPay = ({ userData }) => {
Pay by phone
- Call us at (
- from overseas) (
-
+ Call us at (
+ from
+ overseas) (
). We’re here Monday through Friday, 7:30 a.m. to 7:00 p.m. ET.
diff --git a/src/applications/combined-debt-portal/debt-letters/components/NeedHelp.jsx b/src/applications/combined-debt-portal/debt-letters/components/NeedHelp.jsx
index 92f20ba14d93..f90edbad73da 100644
--- a/src/applications/combined-debt-portal/debt-letters/components/NeedHelp.jsx
+++ b/src/applications/combined-debt-portal/debt-letters/components/NeedHelp.jsx
@@ -1,4 +1,5 @@
import React from 'react';
+import { CONTACTS } from '@department-of-veterans-affairs/component-library/contacts';
const NeedHelp = () => (
<>
@@ -47,11 +48,11 @@ const NeedHelp = () => (
If you think a debt was created in error, you can dispute it. Get
information about disputing a debt by contacting us online through{' '}
Ask VA or calling the Debt
- Management Center at (
+ Management Center at (
). For international callers, use{' '}
- . We’re here Monday through
- Friday, 7:30 a.m. to 7:00 p.m. ET.
+ . We’re
+ here Monday through Friday, 7:30 a.m. to 7:00 p.m. ET.
@@ -61,11 +62,11 @@ const NeedHelp = () => (
If you have any questions about your benefit overpayment. Contact us
online through Ask VA or call the
- Debt Management Center at (
+ Debt Management Center at (
). For international callers, use{' '}
- . We’re here Monday through
- Friday, 7:30 a.m. to 7:00 p.m. ET.
+ . We’re
+ here Monday through Friday, 7:30 a.m. to 7:00 p.m. ET.
diff --git a/src/applications/combined-debt-portal/debt-letters/const/deduction-codes/index.js b/src/applications/combined-debt-portal/debt-letters/const/deduction-codes/index.js
index b148f10b8f2f..81df8b6c6035 100644
--- a/src/applications/combined-debt-portal/debt-letters/const/deduction-codes/index.js
+++ b/src/applications/combined-debt-portal/debt-letters/const/deduction-codes/index.js
@@ -1,4 +1,5 @@
import React from 'react';
+import { CONTACTS } from '@department-of-veterans-affairs/component-library/contacts';
export const deductionCodes = Object.freeze({
'30': 'Disability compensation and pension debt',
@@ -13,11 +14,11 @@ export const deductionCodes = Object.freeze({
const ContactInfo = () => (
If you have questions about your VA debt, call us at{' '}
- (
+ (
). If you’re outside the U.S., call{' '}
- . We’re here Monday
- through Friday, 7:30 a.m. to 7:00 p.m. ET.
+ . We’re here
+ Monday through Friday, 7:30 a.m. to 7:00 p.m. ET.
);
diff --git a/src/applications/combined-debt-portal/debt-letters/const/diary-codes/debtSummaryCardContent.js b/src/applications/combined-debt-portal/debt-letters/const/diary-codes/debtSummaryCardContent.js
index 597449830512..1ebcecafd6dd 100644
--- a/src/applications/combined-debt-portal/debt-letters/const/diary-codes/debtSummaryCardContent.js
+++ b/src/applications/combined-debt-portal/debt-letters/const/diary-codes/debtSummaryCardContent.js
@@ -1,5 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
+import { CONTACTS } from '@department-of-veterans-affairs/component-library/contacts';
import { endDate } from '../../utils/helpers';
const WarningIcon = () => (
@@ -164,7 +165,7 @@ export const debtSummaryText = (diaryCode, dateOfLetter, balance) => {
return (
Contact the U.S. Department of the Treasury’s Debt Management Services
- at , 8:30 a.m. to 6:30 p.m. ET.
+ at , 8:30 a.m. to 6:30 p.m. ET.
to pay this debt.
);
diff --git a/src/applications/combined-debt-portal/debt-letters/containers/DebtLettersDownload.jsx b/src/applications/combined-debt-portal/debt-letters/containers/DebtLettersDownload.jsx
index 3ba39e2a89f5..efbb2ed7c6a1 100644
--- a/src/applications/combined-debt-portal/debt-letters/containers/DebtLettersDownload.jsx
+++ b/src/applications/combined-debt-portal/debt-letters/containers/DebtLettersDownload.jsx
@@ -1,5 +1,6 @@
import React, { useEffect } from 'react';
import { useSelector } from 'react-redux';
+import { CONTACTS } from '@department-of-veterans-affairs/component-library/contacts';
import { VaBreadcrumbs } from '@department-of-veterans-affairs/web-components/react-bindings';
import {
setPageFocus,
@@ -76,11 +77,11 @@ const DebtLettersDownload = () => {
If you’ve received a letter about a VA debt that isn’t listed here,
call us at{' '}
-
+
{' '}
(or{' '}
-
+
{' '}
from overseas). You can also call us to get information about your
resolved debts.
diff --git a/src/applications/combined-debt-portal/debt-letters/containers/DebtLettersSummary.jsx b/src/applications/combined-debt-portal/debt-letters/containers/DebtLettersSummary.jsx
index c5cc4f9c11f6..0cdfe8753a28 100644
--- a/src/applications/combined-debt-portal/debt-letters/containers/DebtLettersSummary.jsx
+++ b/src/applications/combined-debt-portal/debt-letters/containers/DebtLettersSummary.jsx
@@ -1,6 +1,7 @@
import React, { useEffect } from 'react';
import { useSelector } from 'react-redux';
import { Link } from 'react-router-dom';
+import { CONTACTS } from '@department-of-veterans-affairs/component-library/contacts';
import { VaBreadcrumbs } from '@department-of-veterans-affairs/web-components/react-bindings';
import {
setPageFocus,
@@ -146,11 +147,11 @@ const DebtLettersSummary = () => {
think your debt was created in an error, you can dispute it.
Contact us online through Ask VA{' '}
or call the Debt Management Center at{' '}
- (
+ (
). For international callers, use{' '}
- . We’re here Monday through
- Friday, 7:30 a.m. to 7:00 p.m. ET.
+ .
+ We’re here Monday through Friday, 7:30 a.m. to 7:00 p.m. ET.
diff --git a/src/applications/financial-status-report/components/debtsAndCopays/AvailableDebtsAndCopays.jsx b/src/applications/financial-status-report/components/debtsAndCopays/AvailableDebtsAndCopays.jsx
index d3acdfc43523..b40eeb39c581 100644
--- a/src/applications/financial-status-report/components/debtsAndCopays/AvailableDebtsAndCopays.jsx
+++ b/src/applications/financial-status-report/components/debtsAndCopays/AvailableDebtsAndCopays.jsx
@@ -1,5 +1,6 @@
import React, { useEffect, useState } from 'react';
import { useSelector, useDispatch } from 'react-redux';
+import { CONTACTS } from '@department-of-veterans-affairs/component-library/contacts';
import PropTypes from 'prop-types';
import { uniqBy, head } from 'lodash';
import { isValid } from 'date-fns';
@@ -212,9 +213,9 @@ const AvailableDebtsAndCopays = ({ formContext }) => {
)}
If you received a letter about a VA benefit debt that isn’t listed here,
- call us at (or{' '}
- from overseas).
- We’re here Monday through Friday, 7:30 a.m. to 7:00 p.m. ET.
+ call us at (or{' '}
+ from
+ overseas). We’re here Monday through Friday, 7:30 a.m. to 7:00 p.m. ET.
);
diff --git a/src/applications/financial-status-report/components/shared/GetFormHelp.jsx b/src/applications/financial-status-report/components/shared/GetFormHelp.jsx
index cb10a69fcad7..91e0b8606fff 100644
--- a/src/applications/financial-status-report/components/shared/GetFormHelp.jsx
+++ b/src/applications/financial-status-report/components/shared/GetFormHelp.jsx
@@ -6,7 +6,7 @@ const GetFormHelp = () => {
<>
If you have trouble using this online form, call our MyVA411 main
- information line at (
+ information line at (
).
@@ -20,13 +20,9 @@ const GetFormHelp = () => {
If you have questions about your benefit overpayments, call us at{' '}
- (or{' '}
- {' '}
- from overseas). We’re here Monday through Friday, 7:30 a.m. to 7:00 p.m.
- ET.
+ (or{' '}
+ from
+ overseas). We’re here Monday through Friday, 7:30 a.m. to 7:00 p.m. ET.
If you have questions about your copay bills, call us at{' '}
diff --git a/src/applications/financial-status-report/constants/diary-codes/index.js b/src/applications/financial-status-report/constants/diary-codes/index.js
index 506546927320..df6957b47d6c 100644
--- a/src/applications/financial-status-report/constants/diary-codes/index.js
+++ b/src/applications/financial-status-report/constants/diary-codes/index.js
@@ -5,12 +5,9 @@ import { endDate } from '../../utils/helpers';
const ContactDMC = () => (
- (or{' '}
- {' '}
- from overseas)
+ (or{' '}
+ from
+ overseas)
);
diff --git a/src/applications/financial-status-report/wizard/components/Contacts.jsx b/src/applications/financial-status-report/wizard/components/Contacts.jsx
index c6fa85973909..a2792e0cf317 100644
--- a/src/applications/financial-status-report/wizard/components/Contacts.jsx
+++ b/src/applications/financial-status-report/wizard/components/Contacts.jsx
@@ -4,14 +4,10 @@ import { VaTelephone } from '@department-of-veterans-affairs/component-library/d
const ContactDMC = () => (
<>
- Call us at (or{' '}
- {' '}
- from overseas). We’re here Monday through Friday, 7:30 a.m. to 7:00 p.m. ET.
- If you have hearing loss, call (
+ Call us at (or{' '}
+ from
+ overseas). We’re here Monday through Friday, 7:30 a.m. to 7:00 p.m. ET. If
+ you have hearing loss, call (
).
>
);