From 3189eecdad4e62076827767ec14ae59548616a69 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sat, 13 Jan 2024 21:09:22 -0600 Subject: [PATCH] more --- src/pageElements/Cards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (