Skip to content

Commit

Permalink
content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shindigira committed Sep 30, 2024
1 parent c73f413 commit 84f33b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/Filing/FilingApp/FilingSubmit.helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function getDescriptionForSignAndSubmitSection(

export function PointOfContactConfirm({
data,
heading = 'Confirm your filing point of contact',
heading = 'Confirm the point of contact for your filing',
description = getDescriptionForSignAndSubmitSection('poc'),
}: {
data: FilingType;
Expand All @@ -57,7 +57,7 @@ export function PointOfContactConfirm({
) : null}
<DisplayField label='Email address' value={poc?.email} />
<DisplayField
label='Business address'
label='Address'
value={
poc ? (
<>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/PointOfContact/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function PointOfContact(): JSX.Element {
keyLogicFunc={normalKeyLogic}
/>
<div className='mb-[1.875rem]'>
<SectionIntro heading='Provide contact information for your filing'>
<SectionIntro heading='Provide the point of contact for your filing'>
You are required to complete all fields with the exception of the
street address lines labeled optional. Your point of contact
information will not be saved until you provide all required
Expand Down

0 comments on commit 84f33b4

Please sign in to comment.