This commit is contained in:
Kenneth Jannette
2024-02-25 14:42:07 -06:00
parent 673eaab577
commit fc6645b5e1

View File

@@ -201,7 +201,18 @@ const UploadModal = (props) => {
<div className="modal-header-text-wrapper"> <div className="modal-header-text-wrapper">
<p className="upload-modal-header-text"> <p className="upload-modal-header-text">
Select a .pdf file for upload, then 1. enter title, and 2. choose Select a .pdf file for upload, then 1. enter title, and 2. choose
document type. (other fields optional) document type (other fields optional).
</p>
<p className="upload-modal-header-text">
The document created will be associated with{" "}
<em>
{caption} v. {captionTwo}
</em>
{caseNumber ? `, ${caseNumber}` : ""}.
</p>
<p className="upload-modal-header-text">
If that is not the correct case: 1. click cancel 2. click back, then
3. select correct case from active cases.
</p> </p>
<p className="upload-modal-header-text red"> <p className="upload-modal-header-text red">
<span className="upload-header-text"> <span className="upload-header-text">
@@ -214,23 +225,12 @@ const UploadModal = (props) => {
/> />
NOTE: Clicking upload begins document creation. NOTE: Clicking upload begins document creation.
<p className="upload-modal-header-text red indent"> <p className="upload-modal-header-text red indent">
Selecting the incorrect document type may result in errors! Selecting the incorrect document type will result in errors!
</p> </p>
</span> </span>
</p> </p>
<p className="upload-modal-header-text red right"> <p className="upload-modal-header-text red right">
Document credit will still be debited from your account Document credit will still be debited from your account.
</p>
<p className="upload-modal-header-text">
The document created will be associated with{" "}
<em>
{caption} v. {captionTwo}
</em>
{caseNumber ? `, ${caseNumber}` : ""}.
</p>
<p className="upload-modal-header-text">
If that is not the correct case: 1. click cancel 2. click back, then
3. select the case from your active cases.
</p> </p>
</div> </div>
<Form> <Form>