diff --git a/src/Constants/Copy/howToSteps.js b/src/Constants/Copy/howToSteps.js
index f606662..70c63b0 100644
--- a/src/Constants/Copy/howToSteps.js
+++ b/src/Constants/Copy/howToSteps.js
@@ -22,8 +22,11 @@ export const Steps = () => (
i.e. “Defendant’s Interrogatories,” and (optionally) the date served.
Drag and drop or click to select the request document from your files.{" "}
The document must be in .pdf format.
-
Click “Upload”, and will you automatically navigate to the{" "}
- Document List View.
{" "}
+
{" "}
+
+ Click “Upload”, and will you automatically navigate to the{" "}
+ Document List View.
+
{" "}
Click the “Generate Responses'' button. Novdraft’s Intellidraft AI will
diff --git a/src/pageElements/Cards.js b/src/pageElements/Cards.js
index 3065ece..45bea7b 100644
--- a/src/pageElements/Cards.js
+++ b/src/pageElements/Cards.js
@@ -279,7 +279,7 @@ export const DocCard = (props) => {
console.log("report documentId, docType", documentId, docType);
};
const tooltipText =
- "Parsing is taking longer than usual. Reasons may include high traffic, maintenance, or transitory system lag. Usually this will resolve in 10 minutes. If not, click “report”, and it will be fixed in 24 hours.";
+ "Parsing is taking longer than usual. Reasons may include a corrupt upload file, or high network traffic. This will usually resolve in 15 minutes. If not, click “report” and support will address the issue within 24 hours.";
const disabled = docType ? false : true;
return (
diff --git a/src/styles/howTo-page.scss b/src/styles/howTo-page.scss
index daf15de..d211fe0 100644
--- a/src/styles/howTo-page.scss
+++ b/src/styles/howTo-page.scss
@@ -81,5 +81,9 @@
margin-bottom: 14px;
padding: 0px 14px;
}
+
+ .howto-special-para {
+ margin-top: 6px;
+ }
}
}