Skip to content

Commit

Permalink
update copy on supporting documents page, remove XLSXM as a file type…
Browse files Browse the repository at this point in the history
… in help text
  • Loading branch information
pearl-truss committed Aug 31, 2023
1 parent 7552eb2 commit 65db331
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,7 @@ export const ContractDetails = ({
</span>
<span className="padding-top-1">
This input only accepts PDF,
CSV, DOC, DOCX, XLS, XLSX, XLSM
files.
CSV, DOC, DOCX, XLS, XLSX files.
</span>
</span>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export const Documents = ({
<FileUpload
id="documents"
name="documents"
label="Upload any additional supporting documents"
label="Upload contract-supporting documents"
renderMode={supportingDocsByRate ? 'list' : 'table'}
hint={
<>
Expand All @@ -311,9 +311,13 @@ export const Documents = ({
>
Document definitions and requirements
</Link>
<span>
<span className="padding-top-05">
Upload any supporting documents related to
the contract.
</span>
<span className="padding-top-1">
This input only accepts PDF, CSV, DOC, DOCX,
XLS, XLSX, XLSM files.
XLS, XLSX files.
</span>
</>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const SingleRateCert = ({
>
Document definitions and requirements
</Link>
<span className="padding-top-1">
<span className="padding-top-2">
{`Upload only one rate certification document. ${
supportingDocsByRate
? 'Additional rates can be added later.'
Expand Down

0 comments on commit 65db331

Please sign in to comment.