From fc6645b5e196ae29fcf7880c7fa8a12f5cf5d1cf Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sun, 25 Feb 2024 14:42:07 -0600 Subject: [PATCH] more --- src/Components/Modals/UploadModal.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/Components/Modals/UploadModal.js b/src/Components/Modals/UploadModal.js index 6ac1ed7..f5586a2 100644 --- a/src/Components/Modals/UploadModal.js +++ b/src/Components/Modals/UploadModal.js @@ -201,7 +201,18 @@ const UploadModal = (props) => {

Select a .pdf file for upload, then 1. enter title, and 2. choose - document type. (other fields optional) + document type (other fields optional). +

+

+ The document created will be associated with{" "} + + {caption} v. {captionTwo} + + {caseNumber ? `, ${caseNumber}` : ""}. +

+

+ If that is not the correct case: 1. click cancel 2. click back, then + 3. select correct case from active cases.

@@ -214,23 +225,12 @@ const UploadModal = (props) => { /> NOTE: Clicking upload begins document creation.

- Selecting the incorrect document type may result in errors! + Selecting the incorrect document type will result in errors!

- Document credit will still be debited from your account -

-

- The document created will be associated with{" "} - - {caption} v. {captionTwo} - - {caseNumber ? `, ${caseNumber}` : ""}. -

-

- 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.