more
This commit is contained in:
@@ -173,17 +173,26 @@ const UploadModal = (props) => {
|
||||
<Modal.Body>
|
||||
<div className="modal-header-text-wrapper">
|
||||
<p className="upload-modal-header-text">
|
||||
Select a document in pdf format for upload. Enter the document title
|
||||
below. Document description is optional.
|
||||
Select a .pdf file for upload. Enter title and choose document type.
|
||||
(the other fields are optional.)
|
||||
</p>
|
||||
<p className="upload-modal-header-text">
|
||||
This document will be associated with {caption} v. {captionTwo}
|
||||
Select the document type.{" "}
|
||||
<span className="upload-header-bold">
|
||||
Selecting "complaint" will automatically begin creation of
|
||||
discovery requests.
|
||||
</span>
|
||||
</p>
|
||||
<p className="upload-modal-header-text">
|
||||
The document will be associated with{" "}
|
||||
<em>
|
||||
{caption} v. {captionTwo}
|
||||
</em>
|
||||
{caseNumber ? `, ${caseNumber}` : ""}.
|
||||
</p>
|
||||
<p className="upload-modal-header-text">
|
||||
If that is not the case you want to associate with this document,
|
||||
click "cancel", go back and select the intended case from your
|
||||
active case list.
|
||||
If that is not the correct case: click cancel to go back and select
|
||||
the intended case from your active cases.
|
||||
</p>
|
||||
</div>
|
||||
<Form>
|
||||
|
||||
Reference in New Issue
Block a user