more
This commit is contained in:
@@ -201,7 +201,18 @@ const UploadModal = (props) => {
|
||||
<div className="modal-header-text-wrapper">
|
||||
<p className="upload-modal-header-text">
|
||||
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 className="upload-modal-header-text red">
|
||||
<span className="upload-header-text">
|
||||
@@ -214,23 +225,12 @@ const UploadModal = (props) => {
|
||||
/>
|
||||
NOTE: Clicking upload begins document creation.
|
||||
<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>
|
||||
</span>
|
||||
</p>
|
||||
<p className="upload-modal-header-text red right">
|
||||
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.
|
||||
Document credit will still be debited from your account.
|
||||
</p>
|
||||
</div>
|
||||
<Form>
|
||||
|
||||
Reference in New Issue
Block a user