This commit is contained in:
Kenneth Jannette
2024-01-14 22:28:33 -06:00
parent 27c0d0507e
commit 68bc423a63
3 changed files with 5 additions and 5 deletions

View File

@@ -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 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.";
"Parsing is taking longer than usual. This will usually resolve within 15 minutes. If it does not, click “report” and support will address the issue within 24 hours.";
const disabled = docType ? false : true;
return (
<div className="doc-card-container">