diff --git a/src/pages/Filing/ViewUserProfile/AssociatedInstitutions.tsx b/src/pages/Filing/ViewUserProfile/AssociatedInstitutions.tsx index 0be63dcfb..87f34e94b 100644 --- a/src/pages/Filing/ViewUserProfile/AssociatedInstitutions.tsx +++ b/src/pages/Filing/ViewUserProfile/AssociatedInstitutions.tsx @@ -24,7 +24,7 @@ export default function AssociatedInstitutions({ If the financial institution you are authorized to file for is not listed or if you are authorized to file for additional financial - institutions, submit a request to{' '} + institutions,{' '} email our support staff diff --git a/src/pages/Filing/ViewUserProfile/index.tsx b/src/pages/Filing/ViewUserProfile/index.tsx index 2f04d030c..24e814219 100644 --- a/src/pages/Filing/ViewUserProfile/index.tsx +++ b/src/pages/Filing/ViewUserProfile/index.tsx @@ -1,8 +1,8 @@ import { useQuery } from '@tanstack/react-query'; import { fetchAssociatedInstitutions, fetchUserProfile } from 'api/requests'; -import { Link, ListLink } from 'components/Link'; +import { Link } from 'components/Link'; import { LoadingContent } from 'components/Loading'; -import { Grid, List, TextIntroduction } from 'design-system-react'; +import { Grid, Paragraph, TextIntroduction } from 'design-system-react'; import { useError500 } from 'pages/Error/Error500'; import useSblAuth from '../../../api/useSblAuth'; import CrumbTrail from '../../../components/CrumbTrail'; @@ -61,17 +61,19 @@ export default function ViewUserProfile(): JSX.Element | null { - - Email our support staff - - + description={ + // TODO: replace this generic SBL Help link with a specific Salesforce form link, see: + // https://github.com/cfpb/sbl-frontend/issues/109 + + To request an update to your name or associated financial + institutions,{' '} + + email our support staff + + . Please allow 24-48 hours for a response during normal + business hours. + } - className='max-w-[39.063rem]' />