department-of-veterans-affairs/vets-website

View on GitHub
src/applications/financial-status-report/pages/veteran/contactInformationContent.jsx

Summary

Maintainability
A
45 mins
Test Coverage
import React from 'react';

export const content = {
  title: 'Contact information',
  description: (
    <>
      <p>
        This is the contact information we have on file for you. We’ll send any
        important information about your debt to this address.
      </p>
      <p>
        <strong>Note:</strong> Any updates you make here will be reflected in
        your VA.gov profile.
      </p>
    </>
  ),

  edit: 'Edit',
  editLabel: 'Edit contact information',
  update: 'Update page',

  homeOrMobile: 'mobile phone',
  addressText: 'address',
  emailText: 'email',

  mobile: 'Mobile phone',
  email: 'Email address',
  country: 'Country',
  address1: 'Street address',
  address2: 'Street address line 2',
  address3: 'Street address line 3',
  city: 'City',
  state: 'State',
  province: 'Province',
  postal: 'Postal code',

  alertContent:
    'The missing information has been added to your application. You may continue.',
};