more
This commit is contained in:
@@ -275,7 +275,7 @@ export const DocCard = (props) => {
|
|||||||
confirmDelete,
|
confirmDelete,
|
||||||
} = props;
|
} = props;
|
||||||
const tooltipText =
|
const tooltipText =
|
||||||
"Parsing is taking longer than usual. Reasons may include unusually high traffic, or temporary system error. Don’t worry - in most cases, this will resolve in 10 minutes. If not, click the “report” button to notify support. It will be fixed in 24 hours.";
|
"Parsing is taking longer than usual. Reasons may include high traffic, or a transitory system error. Usually this will resolve in 10 minutes. If not, click “report”, and it will be fixed in 24 hours.";
|
||||||
const disabled = docType ? false : true;
|
const disabled = docType ? false : true;
|
||||||
return (
|
return (
|
||||||
<div className="doc-card-container">
|
<div className="doc-card-container">
|
||||||
|
|||||||
Reference in New Issue
Block a user