This commit is contained in:
Kenneth Jannette
2024-02-25 14:13:33 -06:00
parent 5128c715e4
commit 673eaab577
2 changed files with 18 additions and 10 deletions

View File

@@ -200,8 +200,8 @@ const UploadModal = (props) => {
<Modal.Body>
<div className="modal-header-text-wrapper">
<p className="upload-modal-header-text">
Select a .pdf file for upload, then 1. enter title 2. choose
document type. (the other fields are optional.)
Select a .pdf file for upload, then 1. enter title, and 2. choose
document type. (other fields optional)
</p>
<p className="upload-modal-header-text red">
<span className="upload-header-text">
@@ -212,24 +212,25 @@ const UploadModal = (props) => {
marginRight: "8px",
}}
/>
NOTE: Selecting "complaint" will automatically begin creation of
discovery requests.
NOTE: Clicking upload begins document creation.
<p className="upload-modal-header-text red indent">
Selecting the incorrect document type may result in errors!
</p>
</span>
</p>
<p className="upload-modal-header-text red right">
Incorrect selection will result in errors. 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 will be associated with{" "}
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: click cancel to go back and select
the intended case from your active cases.
If that is not the correct case: 1. click cancel 2. click back, then
3. select the case from your active cases.
</p>
</div>
<Form>
@@ -277,7 +278,7 @@ const UploadModal = (props) => {
</div>
</Col>
</Row>
<Row>
<Row className="file-upload-row">
<Col className="mb-3">
<Form.Label>Select Document</Form.Label>
<div className="file-uploader">