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.